Loading Tool

Explorer IconExplorer

Memory Pool

82,553 transactions
34.53 vMB
0.15498736 BTC
Random Selection Loading Transactions
Max Size: 196.87/200 MB

Candidate Block

Mining Attempt 965d9651129152de77930148ee8917b42b90fc5fd2e5e1effa475d424e28cbd5
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 0878d92a75f37a1db9aa8f34d29f0dc3e99c61cbdf78ceca019b9b4252dd6b81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,268
Size: 1.00 vMB
Total Fees: 0.03844873 BTC
Feerates: 150.78 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (107,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,475 807,475 00000000000000000000d5a570d9814b536ce3cf791dfe56c35032ea8ade0e65 2,894 1.00/1.00 vMB 23
807,474 807,474 0000000000000000000046edc830f1fcfc05c940857ca1f335780a2d1c333e3e 3,122 1.00/1.00 vMB 34
807,473 807,473 00000000000000000003084d80f16f250d17927fae899f0082b9ff7d1b766983 1,779 1.00/1.00 vMB 16
807,472 807,472 00000000000000000001cb328c7e6ab24877be8d801241aaf6dffdf9b6dd3bd7 2,841 1.00/1.00 vMB 24
807,471 807,471 000000000000000000029b244d8ea7aca6927a832221ac155e819f8a4393ee80 3,110 1.00/1.00 vMB 27
807,470 807,470 00000000000000000003bd0d30cba19d221b09bdb5c262bc2d32c2acd3782a04 2,789 1.00/1.00 vMB 22
807,469 807,469 00000000000000000002b22c936a547aa392f3b383c9ccc10241552680d4b8fa 2,367 1.00/1.00 vMB 21
807,468 807,468 0000000000000000000182e1e30292aee29200e83dc511af07f0c8db6191f05d 3,609 1.00/1.00 vMB 33
807,467 807,467 00000000000000000000bbc77f8b3f2b031cf4849dad0e60ed50ede6c5fedea2 6,205 1.00/1.00 vMB 15
807,466 807,466 00000000000000000000c998eefb89bcec12152d24a7ba182e4adb3d20c1170f 3,158 1.00/1.00 vMB 19
807,465 807,465 00000000000000000000fc0da809a5a888131997ea6d4d2d06176d0e9bebab28 2,654 1.00/1.00 vMB 20
807,464 807,464 00000000000000000003a1851e090daef37df642945e26e834c6fe264821963c 2,193 1.00/1.00 vMB 18
807,463 807,463 000000000000000000046f9aa7891d48cf86abd2b335f62f754ca64d7eb9b0c1 3,457 1.00/1.00 vMB 28
807,462 807,462 00000000000000000001f4d7e966d20f71d142f12fb4ec91485e868b0858a53f 3,454 1.00/1.00 vMB 25
807,461 807,461 000000000000000000038b5be2059084ef62e63a4c942af54a702379491e6e5f 3,545 1.00/1.00 vMB 17
807,460 807,460 0000000000000000000298afba90b241a0c32d63570ce7279ddefa0dfaa62836 3,499 1.00/1.00 vMB 21
807,459 807,459 000000000000000000034ec555b2b82e5aeb6771b38621736d80b45cbdec976b 1,485 1.00/1.00 vMB 14
807,458 807,458 0000000000000000000075912c672e59b778617a4b7f2c73336f1b956eaafe1f 2,481 1.00/1.00 vMB 23
807,457 807,457 000000000000000000044901c1e83648e3cdec8d2ef61bc626b067737773f073 4,123 1.00/1.00 vMB 25
807,456 807,456 00000000000000000002f7f86be802e0e871f51f006c0c9a141b4319b92be267 2,564 1.00/1.00 vMB 34
807,455 807,455 000000000000000000023ee56dc16fdf7ab3b06e38c9dbd9fd0c2c393c4a8a15 1,888 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.10 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: 728.27 GB
    • Received: 18.47 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.