Loading Tool

Explorer IconExplorer

Memory Pool

81,800 transactions
30.54 vMB
0.07814599 BTC
Random Selection Loading Transactions
Max Size: 184.14/200 MB

Candidate Block

Mining Attempt 1d25512e41f9786a9d1b18933a448e026799c8dccaa3ebef165b45901a400fab
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root d055384654f3dd69341a47011337bcdf58a2b8f77e3c1ec44be2ab25359a3d7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,121
Size: 1.00 vMB
Total Fees: 0.01484527 BTC
Feerates: 40.91 > 1.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (289,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,846 625,846 000000000000000000025c43032b58a6cb85bbbd8a0ac670e077b32a202852b2 1,192 0.39/1.00 vMB 11
625,845 625,845 000000000000000000111c93fba0bfdd469f7b6208deee4c7817a0ab9401cf95 1,523 0.46/1.00 vMB 10
625,844 625,844 000000000000000000115206832e361b8f2101460bcd6883340ce61a12f7ea89 1,731 0.55/1.00 vMB 12
625,843 625,843 000000000000000000103bd859281102511707daf17c1dc7cbbbd14ebb1f2d3e 2,841 0.99/1.00 vMB 10
625,842 625,842 0000000000000000000c23da16e59d5e31c9ea5d15a229aa8f620cb21915151c 3,019 0.98/1.00 vMB 11
625,841 625,841 0000000000000000000b047fedc16c43cff20ca2149fd1fc20ead545d85ad342 892 0.28/1.00 vMB 12
625,840 625,840 000000000000000000083b4cf147f8464be92ba05412ba9c0b39988c43031adf 97 0.03/1.00 vMB 9
625,839 625,839 0000000000000000000930392d9a402275439f7dcd5d73fd19ea0fa928954732 535 0.42/1.00 vMB 5
625,838 625,838 000000000000000000131ed18d4c9a6f54a1c7b970ef99ab2356a6f0b798a656 1,147 0.38/1.00 vMB 10
625,837 625,837 000000000000000000108b2a9f75f4c3bdf4a00f0c45a53dd086fa815613a4bf 1,208 0.39/1.00 vMB 9
625,836 625,836 00000000000000000009e112acddda6c7ae8c408d6fb05222bc3ee8d8b3a27ce 601 0.20/1.00 vMB 10
625,835 625,835 000000000000000000072e4d615bd5c8bd8b15fb6b6041e2e72e29e8db0be67d 1,668 0.56/1.00 vMB 16
625,834 625,834 0000000000000000000bccb9c587b163e82c17a7aa37b2b9e2d9a9435ed07967 1,324 0.42/1.00 vMB 10
625,833 625,833 00000000000000000011d0d41d208072891452bc714122ce1eb7d3e68938b9a9 350 0.11/1.00 vMB 10
625,832 625,832 000000000000000000053f5d1f14f63081b49074bd2dbff1a28fa86d05a5fbe2 38 0.38/1.00 vMB 1
625,831 625,831 000000000000000000031d1bc2110c19dccc82e672be717b58f9dd81b5d61fc3 1,844 0.97/1.00 vMB 3
625,830 625,830 00000000000000000011d90d4df7603bf7cf3f51b60dcf0fa064320f806ede22 2,958 1.00/1.00 vMB 14
625,829 625,829 000000000000000000050e7dde2b0e0ae90b995cdf2a0cc3ac59a142872eb2eb 2,401 0.78/1.00 vMB 12
625,828 625,828 00000000000000000011462d85a5610aebf55b2341bc7c8f9c83637c4d020252 357 0.11/1.00 vMB 10
625,827 625,827 0000000000000000000b1127b9d3dfe603d3663dd53922842881a9894406cff3 508 0.19/1.00 vMB 19
625,826 625,826 0000000000000000000f4ace63decd8001c219cedd673058ebf7bc8b896f21ea 232 0.24/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.