Loading Tool

Explorer IconExplorer

Memory Pool

74,054 transactions
20.18 vMB
0.05130969 BTC
Random Selection Loading Transactions
Max Size: 135.52/200 MB

Candidate Block

Mining Attempt bca6bd577fd8547ee5eab02a88c9e9b4fe83112065a915fa2c6387186e3e911f
Version 20000000
Previous Block 000000000000000000011fa65dafd49c34a8b351cba0d567d976fdcdc8501e56
Merkle Root 45cc11f8c277d9d6e9e6fc2f905d1896a2cdce59c0c801ebf5d09f58bbd5e802
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.00739218 BTC
Feerates: 60.13 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,990 (862,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,336 53,336 000000000a6565b815b68cb8bd9a76dd3549c5934cdc5fa81aa62e3b4044f7ad 1 0.00/1.00 vMB 0
53,335 53,335 000000000369d6b722d0d6d37b6082ee5f9bbf2d978192d3cf1fc43056ad632f 1 0.00/1.00 vMB 0
53,334 53,334 0000000003681b8896641de82fe962a63e70a90066c1bda53609909cb5500001 1 0.00/1.00 vMB 0
53,333 53,333 00000000143f4eea2cada5882eab0222b29d192da08599f9cbbbafa8d33b61e2 1 0.00/1.00 vMB 0
53,332 53,332 000000000fd9a8360a4e30f353d7d1ae138bdce6ecf300d79854ccf7fd5dad39 2 0.00/1.00 vMB 0
53,331 53,331 000000001031d78355d13f2daa206673b0a99d06503a92db143ed71821d390ba 1 0.00/1.00 vMB 0
53,330 53,330 00000000012e402f3f36a8e4df425471c487db39c13fef3f37113667821deb3c 1 0.00/1.00 vMB 0
53,329 53,329 00000000064c7dfbf7bd89ce14bb2402b95aa5a58d520ce66d4590398762aad6 1 0.00/1.00 vMB 0
53,328 53,328 000000001045d177de3d89f4d3eee0f57cd109aba5bd1bd48f8242336670a46c 1 0.00/1.00 vMB 0
53,327 53,327 00000000061126e1ad136b4b80a7fd54407e009926875425b6748e20349ad1fb 1 0.00/1.00 vMB 0
53,326 53,326 00000000008634f0cd39062f6a3c5ceeb4b4a99538fc5341ade5aaf708b064ca 1 0.00/1.00 vMB 0
53,325 53,325 0000000006d23a3c590f356928bf054d6a058c3cc76d51606fa66d3c9d964f83 1 0.00/1.00 vMB 0
53,324 53,324 00000000004866138bfedd25886875716e4ad6fd19d97786a2e610dd2c04b120 3 0.00/1.00 vMB 0
53,323 53,323 0000000003c0d34d0bb57916a5092914144b552a878882514af3c38e352ed722 1 0.00/1.00 vMB 0
53,322 53,322 00000000158f4bc5995dce3884e19f7d3b243d6a727f9e776f8a8a69b7f01784 1 0.00/1.00 vMB 0
53,321 53,321 0000000009aaf911b3caf1c536ce6b1e2ce55d157346daf9815490e2ef02fd97 1 0.00/1.00 vMB 0
53,320 53,320 00000000129a8b58ccfe5f84e39af0bc075a65706a9d6864fba4223320535215 1 0.00/1.00 vMB 0
53,319 53,319 00000000058307f08b9e32f45434075791af5d142b40747b26efb4884d0d68ac 1 0.00/1.00 vMB 0
53,318 53,318 00000000118c18db0a0253d1d3ddb29e5197ae9a02ee5bb1752fefee9a9f83c0 1 0.00/1.00 vMB 0
53,317 53,317 0000000006061ff2197ce45f3afa0bbd20038bd02a3cf5542ce132a50b3b8e8c 1 0.00/1.00 vMB 0
53,316 53,316 000000000a8f5609fa4b70a6673b090cd7bb8fd4bc7a9437d4ec3075619524ac 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.05 GB
    • Received: 23.15 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.