Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,036 transactions (3.29 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,102 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (842,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,345 67,345 00000000056d41d328e3cc443c95d99fd868bff9f38e8a6ce7242d9e3af64ffb 0.00 MB 1 0
67,344 67,344 0000000001a7e21b6b9e545c7844e9364159283241ba922458ae774c8e6c2377 0.00 MB 6 0
67,343 67,343 0000000002134833f7df7227ed5ec6712eca55ac1fb7bd1f34bf3099570249d6 0.00 MB 1 0
67,342 67,342 0000000002474262be635eb11b643cd224d34bc06517c0a1669226e66d7b3de8 0.00 MB 8 0
67,341 67,341 00000000036594360cc41d921fc5faf64335b7765c3d2b4147ced68b1b48cb2d 0.00 MB 7 0
67,340 67,340 0000000002db7b4a9b5634afee636dbf440219af3760f693f1f036f6e9923fa8 0.00 MB 5 0
67,339 67,339 000000000140cf41ecb76084725216e34c8ca0803b36ff59aae30293fe5808ff 0.00 MB 2 0
67,338 67,338 00000000016726516120fb1e2acc8ef4ef29086307ac502ab1178f60fab2a49e 0.00 MB 1 0
67,337 67,337 0000000004104df87180b78354f031cc70bed2a8e8427e2ac07cddd38efbd996 0.00 MB 1 0
67,336 67,336 00000000050518db16d6963598899af3fdc3d162734f5333588d232494e4df37 0.00 MB 1 0
67,335 67,335 00000000027183dade60835130985cefece5ef45adb1d5bbafd28606b9428b03 0.00 MB 1 0
67,334 67,334 00000000058bd2da17c28ab57f5119d67de2af90bd3209b7fb0318a46b7971ab 0.08 MB 307 0
67,333 67,333 0000000001e8f977f500333f63439dc0bd07b83e186f22c8bed8c683d36e0299 0.05 MB 214 0
67,332 67,332 000000000321b99f150d5489d539b1a9665466fb5fdec2422cec8f2a07e6aca1 0.00 MB 1 0
67,331 67,331 000000000423d72bae14cfba51bcaa86c669bc02f4a48c4d4affc9a7a785f6a4 0.01 MB 24 0
67,330 67,330 0000000004758e6905a4516a549d9b79299ec50eaddbb77a2527c2a702f10e5c 0.02 MB 80 0
67,329 67,329 0000000003a0f60f668b20746927a4a5092af51d50ef3e8fda2048a168094d6c 0.02 MB 77 0
67,328 67,328 000000000016ae157e4feb9882bca0d0512dfc1411d180310daff316c774caa8 0.01 MB 50 0
67,327 67,327 0000000001a4e4b9bc9696203b5a613b65ed37f91fecd4c7cd8272197bfe26d5 0.02 MB 75 0
67,326 67,326 0000000002960afa9d0c2b6996455f55caa6fa70b7daa6655a10ffe1c7401d10 0.01 MB 33 0
67,325 67,325 0000000001f4b1d14624d6f590b9d54e0f857c70d40c52676572e529222ac2e4 0.01 MB 29 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.71 GB sent, 111.21 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.