Loading Tool

Explorer IconExplorer

Memory Pool

74,281 transactions
21.16 vMB
0.06182583 BTC
Random Selection Loading Transactions
Max Size: 137.75/200 MB

Candidate Block

Mining Attempt 15789bd7aa2c433bf0ead3718b5d783f2b5f752d8123073effd39818bc20116e
Version 20000000
Previous Block 00000000000000000000fe09e375226da31e6de1ebe6ec7bb591cf5b1b7ed65f
Merkle Root 156c0279b30096c3f77e80c1362d44f01b019c896fd63de1e245de7290281071
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 978
Size: 1.00 vMB
Total Fees: 0.01396348 BTC
Feerates: 40.21 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,208 (873,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
42,794 42,794 000000003814d92f96b465f256c8d9ae83c8c54bc06f6b18630e6ad813161462 1 0.00/1.00 vMB 0
42,793 42,793 0000000010bbcb4c0a7881bbf560482d87cec483bcf216cce2b440fb82ba4ce9 1 0.00/1.00 vMB 0
42,792 42,792 00000000096802020fcefcffe8e425a2120695d7e15ce25a3c7e88a898c2ac7f 1 0.00/1.00 vMB 0
42,791 42,791 0000000022a47ace41fa7370acd9d73d187c213f619a9c9769cac3bdf8cb3f5e 1 0.00/1.00 vMB 0
42,790 42,790 00000000289fc4349865b105743086d55859fe76db932aeb6a41a99efb9b16af 1 0.00/1.00 vMB 0
42,789 42,789 000000003344636833fa9eebf770d20d5ac1ca0a9270901af4b0f446fef143be 1 0.00/1.00 vMB 0
42,788 42,788 000000003f461a5d9ddcf5b4d05de9d80573394a0b46dcf0307caf85bbf45ab9 1 0.00/1.00 vMB 0
42,787 42,787 00000000133f175245ca04627a2550d84a8d07305097a69aaff8058daa4337ee 1 0.00/1.00 vMB 0
42,786 42,786 0000000036e0b3fa473117b8cf8dc844edeebf9b8daa732e1726e3fcd014060a 1 0.00/1.00 vMB 0
42,785 42,785 000000002670612e9b03dff4e29684919481a99176a5d09e6b6f4d7c9567d9c2 1 0.00/1.00 vMB 0
42,784 42,784 000000001b2b7276767b0f399ebf6ae28031bb26cad5865c9739be229bd37e45 1 0.00/1.00 vMB 0
42,783 42,783 000000002791fbf882ec36f7f11afef0fae21c78bc14852cd263aaae73397e3e 1 0.00/1.00 vMB 0
42,782 42,782 000000002e900c0acd101634868aaf5a7030220276dcf4b1b20b83845cf593ea 1 0.00/1.00 vMB 0
42,781 42,781 000000000f21ff62186760dedb594e3e4244f9c71a9dbbca8b7c806959d6fae0 1 0.00/1.00 vMB 0
42,780 42,780 00000000000e1fb1b927d905151748b80854389fba0a8950496e3d65cff48d05 1 0.00/1.00 vMB 0
42,779 42,779 000000003f146473d14c02e469f209eeadd7099511fbea9f51091d8898a14997 1 0.00/1.00 vMB 0
42,778 42,778 000000003c06112aebace9750c494eb4c38b7e71e07638d9adef6ed681b7705d 1 0.00/1.00 vMB 0
42,777 42,777 000000003684cc8ad451a426c24275b12c657cc125fb94e123a6c77e40b3ed77 1 0.00/1.00 vMB 0
42,776 42,776 000000003085602d7c42a238413c6beca4fc9ffeaa5839a3f7491bafe7cef7e5 1 0.00/1.00 vMB 0
42,775 42,775 0000000029775de37398f9e34e2d228cf02a02ea78b57aa5e6c7614700f20605 1 0.00/1.00 vMB 0
42,774 42,774 0000000000eb1998065345968ed7d40a3224871228571caa538b40f7f8f2aba6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.47 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: 824.28 GB
    • Received: 25.01 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.