Loading Tool

Explorer IconExplorer

Memory Pool

40,754 transactions
27.92 vMB
0.07298735 BTC
Random Selection Loading Transactions
Max Size: 143.31/200 MB

Candidate Block

Mining Attempt 9b8320b17c29bdcfd3aa6dc4d3cf0ae4f90e8cdb5f2a64bf6ad264f11574d2ed
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root e4c2dd22d7981f2002b3d98597a8e2c8abc052bbf0399f4f465c7218ad1a1b36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,851
Size: 1.00 vMB
Total Fees: 0.01941854 BTC
Feerates: 101.49 > 1.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (234,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,465 680,465 00000000000000000002c3be8817765d4ea83fbbd1d97c41f7fda5e97894ce0a 2,234 1.00/1.00 vMB 54
680,464 680,464 00000000000000000003e1adfe18263f2bb64c65362df688d642cd05068b8e6b 1,861 1.00/1.00 vMB 86
680,463 680,463 000000000000000000050637152113d1d8be97bbc82a493173637eaddb5dda52 1,788 1.00/1.00 vMB 118
680,462 680,462 00000000000000000008b908e60f8944195f1c3b938956899afe8ddc04573f93 2,420 1.00/1.00 vMB 110
680,461 680,461 000000000000000000078a8ca64ee9b6319da2042d44be0e9f9ba769ed399c2b 2,222 1.00/1.00 vMB 108
680,460 680,460 0000000000000000000018e70613e08da5d384638f4e91483e7717b68d74821f 2,755 1.00/1.00 vMB 230
680,459 680,459 000000000000000000039f1352ea5bb7b7faa3c0fcda18284b012de96500ba65 2,519 1.00/1.00 vMB 139
680,458 680,458 00000000000000000009d25e6f861764dbc155150a8bb5b951717cd1a4f07a5d 1,392 1.00/1.00 vMB 78
680,457 680,457 00000000000000000000c8cd905b56b933698114f633a3db8f5d306607df5e85 2,213 1.00/1.00 vMB 103
680,456 680,456 00000000000000000000101dace8f17f2711e5e9ef7e23219b66b2c58c669571 1,700 1.00/1.00 vMB 103
680,455 680,455 0000000000000000000794db66f9d05f61c1770b1ca09a529e6d84298a1a4225 949 1.00/1.00 vMB 184
680,454 680,454 0000000000000000000b7343dacc8d7f4cf45b265904541a76f7157515c7f2e8 2,198 1.00/1.00 vMB 70
680,453 680,453 00000000000000000002e140039ff5aa94a1bbc0bc01034d78d28f6974e19dc5 2,774 1.00/1.00 vMB 185
680,452 680,452 00000000000000000003bf1890e37eefea911bde868a5e36e82f8d6f0237259a 2,690 1.00/1.00 vMB 145
680,451 680,451 000000000000000000018aca3faf133b16dbbce4dfbca77ae5f8d8f884695303 1,701 1.00/1.00 vMB 79
680,450 680,450 000000000000000000033fad8b652c424af35fb89da202361319fe1b89ce37b3 2,449 1.00/1.00 vMB 64
680,449 680,449 000000000000000000038d5f8547767e671c95c2768444ea750c3c58bbe20049 2,793 1.00/1.00 vMB 84
680,448 680,448 0000000000000000000397fac76078c73e0c50e2b417c3c1deef0256e61a927b 2,127 1.00/1.00 vMB 122
680,447 680,447 0000000000000000000798cdbb79fe1153058a5f1e020e96ac30c9c4f9bcdefb 1,219 1.00/1.00 vMB 185
680,446 680,446 00000000000000000009fd816c4183395c35376c4c57591edb25ec6d4a35f1e1 2,774 1.00/1.00 vMB 218
680,445 680,445 0000000000000000000532edb60867e073bbc70d613561bc6b6d0d4a877b0703 1,227 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.