Loading Tool

Explorer IconExplorer

Memory Pool

76,522 transactions
20.40 vMB
0.04871135 BTC
Random Selection Loading Transactions
Max Size: 138.23/200 MB

Candidate Block

Mining Attempt 59a2a1bfb56bde3619272890eb8abdaaa3005de0eb3a0741b26fc4f969da8f0a
Version 20000000
Previous Block 0000000000000000000111818f7299025e9c7362fb76d608484f7f6b6d81586f
Merkle Root 12b2db6db0fee132c379b783b3c2b6d4b77ca44b729d57f2ad1b8a944a8196b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,003
Size: 1.00 vMB
Total Fees: 0.00405310 BTC
Feerates: 60.06 > 0.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,029 (838,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,530 77,530 000000000052b692e5026c9f1af5dcca32ca44264f73af135a8f1b159be3c9a8 4 0.00/1.00 vMB 0
77,529 77,529 0000000000247a9b0cb687d79527b5a25713883aaac531e9444ce527d1641e90 1 0.00/1.00 vMB 0
77,528 77,528 0000000000397f34a7e7b12a2bbfce0affa579ed356b71f2077142d5ad2b0c8c 1 0.00/1.00 vMB 0
77,527 77,527 000000000004385e7512b23d9517175a680c12555e94df55753cc9e24293d370 1 0.00/1.00 vMB 0
77,526 77,526 00000000005d10b7bb5243bfe7a1aeef0f7cdb1ad233653a590b63494a0e5fa2 1 0.00/1.00 vMB 0
77,525 77,525 000000000007cf85ac439f536a307f9be250f54872f684f800ee383585e1a9a3 1 0.00/1.00 vMB 0
77,524 77,524 000000000037cc67ad4a26382fc9bc23cb425a83ded6466fd5b45cd50ce74215 1 0.00/1.00 vMB 0
77,523 77,523 00000000005bf6b0c3fccd1c2e84fceccc7ea80cbe0a2df3378a392b684e18e4 3 0.00/1.00 vMB 0
77,522 77,522 0000000000068d541f2fbc2a087e9bfbda8fca52c47936122c15ce357b779b8b 12 0.00/1.00 vMB 0
77,521 77,521 00000000005d25d00ab4b2d39a0ab6f4c0994e33761d548af8f87b3d9e2bd3ef 8 0.00/1.00 vMB 0
77,520 77,520 0000000000377c4eafecffb3329147d86ea5c72bb8445ffed92f58b0984debfa 1 0.00/1.00 vMB 0
77,519 77,519 00000000004ca3ecf8cb3eaccfb0681984f546912d10dd657131d616c5c405b4 1 0.00/1.00 vMB 0
77,518 77,518 000000000059bae73bafbbf26a95daceeea7afdf6755059efadd4fe0ef9212db 1 0.00/1.00 vMB 0
77,517 77,517 00000000004bfbadccbb67ca0c3b6d5dd42ed291ab7ce46515c271d243b7a51f 1 0.00/1.00 vMB 0
77,516 77,516 000000000004c3b25733c738a97e526c6f7f71cea5e133495109c38879ad2a04 2 0.00/1.00 vMB 0
77,515 77,515 000000000030b65cd1ab3550033b04ab3065af1ad1e6ac9bc4795aa2e871b622 3 0.00/1.00 vMB 0
77,514 77,514 00000000005e5d78806bb412a94e591520e4fcbf8d22d15bc351ae115c610223 1 0.00/1.00 vMB 0
77,513 77,513 00000000003529d3f2f14c2a67365f79a2d4fb35957c8378a19ad6d8bc636d55 1 0.00/1.00 vMB 0
77,512 77,512 00000000005268eddc7f5f03e7b7e9f40d081d1a91b61f1c1d7741771f07041b 1 0.00/1.00 vMB 0
77,511 77,511 000000000000e2a9c128f94c454b323107bb1d81eeda494463fda19f3d1610ad 3 0.00/1.00 vMB 0
77,510 77,510 00000000001b486d27fbfbbb561be7ace7af748eaa11e70fe4f824c901516796 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 810.99 GB
    • Received: 23.50 GB
  • Uptime:

Notes

  • 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.