Loading Tool

Explorer IconExplorer

Memory Pool

73,355 transactions
28.25 vMB
0.07353710 BTC
Random Selection Loading Transactions
Max Size: 167.20/200 MB

Candidate Block

Mining Attempt 1c0bcb725e3cfcfed99095bb5d96ccd78ba234abf5c0b777deb102fa6bcb0f5e
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root d72fab0620aed50a42c9b2b690fa626a9e3e05228ab94d1f9ed433948f6791f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,012
Size: 1.00 vMB
Total Fees: 0.01685134 BTC
Feerates: 150.86 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (393,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,853 521,853 0000000000000000003eb81331607ed459236eb6b5ce77d2843616debf9fe4c8 387 0.23/1.00 vMB 30
521,852 521,852 00000000000000000031d9cb5f2c5e02f2d2442f35f7925d5beb9bb7182345eb 1,233 0.71/1.00 vMB 25
521,851 521,851 0000000000000000002abd8e775f3606fabc82553ffd26f4a03b232fb9178f24 37 0.02/1.00 vMB 52
521,850 521,850 000000000000000000369f7d4bc76bb04b32767ce84b1412ef348e04dcc12e48 572 0.22/1.00 vMB 26
521,849 521,849 00000000000000000006febdfcac4bdf903828740686c8d5a91abb01d85081a9 1,381 0.69/1.00 vMB 35
521,848 521,848 0000000000000000003d2d54db20f67090097d6fd277fcd5f7079739e8be359c 1,081 0.47/1.00 vMB 30
521,847 521,847 0000000000000000000d31b56103aba3c1425b6872cf8b859e149a4637b98c24 447 0.33/1.00 vMB 27
521,846 521,846 0000000000000000001a05d34b6b9c92e78f40f874e1d46bc515f7eacae53c29 800 0.40/1.00 vMB 40
521,845 521,845 0000000000000000002d1bd122b41bbd27422e90e783b2c6140fbf8bb5e09a07 266 0.16/1.00 vMB 26
521,844 521,844 0000000000000000002512a60d58d95413923428dfd15d5c1a48ecdb7caa7bb6 1,982 0.98/1.00 vMB 28
521,843 521,843 0000000000000000003448807c58298d8473e0ce0ccab4d489dd503db891e7b8 1,726 1.00/1.00 vMB 27
521,842 521,842 0000000000000000003572caeaa87233ec2a9efd41e057d765f94b937167e708 2,198 1.00/1.00 vMB 44
521,841 521,841 0000000000000000001faaff17af31912fd6a0817d11d8db65b9ab75ea864e45 1,875 1.00/1.00 vMB 17
521,840 521,840 0000000000000000000d10649bb91b2cfdf1dd34a9cc8b7cd0745c5e60ffb09f 2,116 1.00/1.00 vMB 46
521,839 521,839 000000000000000000092f4382bb7e5847edba4c2b6c2c21195e1c6dd5b99826 509 0.24/1.00 vMB 38
521,838 521,838 0000000000000000000c4abb8b67b4b9cc15700d8aa1bb2ed2945e19525b46d8 164 0.11/1.00 vMB 5
521,837 521,837 0000000000000000002ab186d13acad73811a6b259f83acfa2b93a77ba0844c3 2,093 1.00/1.00 vMB 35
521,836 521,836 0000000000000000000b5843ba164a3028cd0fba2253e573f32cf40001375b45 1,663 0.64/1.00 vMB 32
521,835 521,835 00000000000000000006ddfad02d4da705695fa0104f2ff1404f89c5fa4d838a 515 0.32/1.00 vMB 31
521,834 521,834 0000000000000000003674dcaadd39da534e35598346360aedc9303cebd56d87 549 0.24/1.00 vMB 36
521,833 521,833 0000000000000000000d77ee851b849b923e8ee2b7e0d915f523fe12afc8c91c 1,074 0.55/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.