Loading Tool

Explorer IconExplorer

Memory Pool

84,901 transactions
31.62 vMB
0.09979897 BTC
Random Selection Loading Transactions
Max Size: 192.94/200 MB

Candidate Block

Mining Attempt f12ea4529c6c77b9bfda19125bfe94f9306353c523d34a07f5151c14fae377dd
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 60deefa22e0642a4c2a67220748c19c6a90faae7df1b6f78986def95b7b6d4cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.02599136 BTC
Feerates: 150.77 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (87,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,558 827,558 00000000000000000001f8c64fa52bda00cff6b600f9c53c546bb1e3a976d81a 4,332 1.00/1.00 vMB 27
827,557 827,557 0000000000000000000234be6ce6b4dfb100a4711fa94144cbf432b271cd46f6 3,532 1.00/1.00 vMB 33
827,556 827,556 000000000000000000024d6cf3fe70ab543a104705edbd7209f9ae51424e4560 3,739 1.00/1.00 vMB 27
827,555 827,555 00000000000000000000e0fab0f5fc611e99fa7dd40335e083a36a6883a0b52c 1,128 1.00/1.00 vMB 29
827,554 827,554 00000000000000000000f66ca737bcefdf568ed2bf3f76473740c9b2badc3f37 3,929 1.00/1.00 vMB 34
827,553 827,553 00000000000000000000a24d2a378cb8a019731a0058ccf98e0ef744667ae91d 2,379 1.00/1.00 vMB 35
827,552 827,552 00000000000000000002b6e120be98bb58ceeab5f1bb4bcaace7a0df389e8cbb 2,426 1.00/1.00 vMB 27
827,551 827,551 000000000000000000000eeb24cfef2685aeeafb52a037fd1efd293973797d75 2,866 1.00/1.00 vMB 31
827,550 827,550 000000000000000000028c370410d8b4467f367fd2324b921c0edba0ceca39d5 2,966 1.00/1.00 vMB 27
827,549 827,549 0000000000000000000244f295690590334143ea9d4b47e38fa7ccc00f04c7a6 3,197 1.00/1.00 vMB 31
827,548 827,548 000000000000000000012ed556ce447f0fd8170d41a299e7692a2ff39428a51d 2,655 1.00/1.00 vMB 35
827,547 827,547 000000000000000000010439518e81eead72775e844e357fd7c763f969c8cc44 2,512 1.00/1.00 vMB 29
827,546 827,546 000000000000000000027937c489df2fa9b9ecf1dc666e2c2b6a2d6a1357189f 3,885 1.00/1.00 vMB 31
827,545 827,545 00000000000000000001e5b8ab156f2f53b169c237ab214f15f03129730b6d7e 3,077 1.00/1.00 vMB 36
827,544 827,544 000000000000000000028ea065911cc2d34574924b888a403445534d43cf5c4c 3,707 1.00/1.00 vMB 36
827,543 827,543 0000000000000000000284bc85b1d510f18d7e2e71c62fb5b005c1879e41d6b1 3,078 1.00/1.00 vMB 39
827,542 827,542 0000000000000000000062b55b550fee214d8547571ef21016d8174a3e4cbcd7 2,039 1.00/1.00 vMB 29
827,541 827,541 0000000000000000000273d855173acbb4549283910c3f314ff574f8c04bb42c 3,712 1.00/1.00 vMB 39
827,540 827,540 0000000000000000000074ac7d9f54eb70706701d562ee54d5fdac83de51c7a8 4,368 1.00/1.00 vMB 33
827,539 827,539 00000000000000000003108af27f88f7ccce110f09984fdfa5ce61e49543a733 2,649 1.00/1.00 vMB 31
827,538 827,538 00000000000000000001604a9fffa69cb9fa19ea7754beee65010ae85faefeac 3,313 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.