Loading Tool

Explorer IconExplorer

Memory Pool

77,420 transactions
29.08 vMB
0.10085897 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt 0af30d87603374996d34a56cba17ff4730b9ce3096a519ba1a1b14fdcb3e6bf4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 27588413f8a06dbfbbeb1f5a49b4b70a5823c654fbf2e29965e292b2e0fe746a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.02683866 BTC
Feerates: 453.09 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (139,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,336 775,336 00000000000000000002e0e35be9ba3d4cfe1052e6e3354899dc1c65d2aeec27 3,223 1.00/1.00 vMB 15
775,335 775,335 00000000000000000000397e1fc979d06f845ba0e16aa9d5e2ddad3e8c50ff6d 863 1.00/1.00 vMB 6
775,334 775,334 00000000000000000001d62c0c49ef2d4c5eaa19f563660d0d91c81dd8020ed7 1,467 1.00/1.00 vMB 7
775,333 775,333 000000000000000000043438590e3737f1225d578585faad148768b5a4fadeaa 2,585 1.00/1.00 vMB 4
775,332 775,332 000000000000000000025d273b2f6feb091b718d10ac80b586ed0180e8c28e2f 3,062 1.00/1.00 vMB 18
775,331 775,331 0000000000000000000528323f29e6b388497d06078b937457e272c284e86b9c 2,827 1.00/1.00 vMB 14
775,330 775,330 00000000000000000001bde30de9e1b8be389705f18e21cfa5e8b6d9529b1ba2 3,382 1.00/1.00 vMB 24
775,329 775,329 00000000000000000004da013cf8f95676135a271d83c9db17ebe92b468eda34 3,042 1.00/1.00 vMB 21
775,328 775,328 000000000000000000023c6802db1be8701602f879b77f2a48507fff73bed1cd 1,260 1.00/1.00 vMB 18
775,327 775,327 000000000000000000058a080f5b662dde8842c460c8cddca7738aed492585bc 1,766 1.00/1.00 vMB 21
775,326 775,326 0000000000000000000165171208e8ce4704a197e50cb492b25052b0ebf7dd6a 1,355 1.00/1.00 vMB 8
775,325 775,325 00000000000000000006ef5213800447e77445e9264617c869178926d56dadbc 2,002 1.00/1.00 vMB 11
775,324 775,324 00000000000000000004d4b25d886f912c0e17da1a77f74f4512ab7ad3e97b95 2,221 1.00/1.00 vMB 9
775,323 775,323 00000000000000000006b7955d5ae5d094e33ad64afef0537e157faa3ca977a2 3,123 1.00/1.00 vMB 23
775,322 775,322 00000000000000000002be73a1723f7edfe5967decbb84f2c1bb93bcbcd3157d 928 1.00/1.00 vMB 8
775,321 775,321 00000000000000000002c893f1b00bc0c95f66d899d54d8b346939c84b6b00e7 2,187 1.00/1.00 vMB 10
775,320 775,320 00000000000000000000091edbf384e880abc99fdf24804565f259cde90861d2 3,702 1.00/1.00 vMB 28
775,319 775,319 0000000000000000000642fe06b5be78e6a7dd36925c323788c58ace085bb4e1 1,007 1.00/1.00 vMB 3
775,318 775,318 000000000000000000035f9acaf6d4193535fb1f4211d90b63e2d6f900d8f22a 2,701 1.00/1.00 vMB 14
775,317 775,317 00000000000000000005f54b10d7fe3980e6e8e119fa543f503160b506e9043b 1,309 1.00/1.00 vMB 4
775,316 775,316 000000000000000000039fd62f1e33056229b1f5ee5f753c3f1d60fa236f7e94 2,143 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.