Loading Tool

Explorer IconExplorer

Memory Pool

43,974 transactions
26.81 vMB
0.05535106 BTC
Random Selection Loading Transactions
Max Size: 141.99/200 MB

Candidate Block

Mining Attempt e09592f9871163d29e59e3f86ef8b8ff18416b358c5f311ba8096cf2b2c2c2b9
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bcb35951ea8103178e65d926174ebfa2598fd864fe593d93d713336bb86ac5d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00592266 BTC
Feerates: 100.52 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (794,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,496 120,496 000000000000adc6d7af61ecc1d62bb6323a44df64430fdb4b44082ffe3337e0 2 0.00/1.00 vMB 0
120,495 120,495 000000000000355a28d6cac636282692684e44f33017736db2cd10fad6ed869d 1 0.00/1.00 vMB 0
120,494 120,494 0000000000001778312a1f746db90f1278da2b254065a50dad30aba70827ecbc 16 0.01/1.00 vMB 465
120,493 120,493 0000000000008ac8992215b3d60886658202ec0469f331d97dc4e387eadff76a 24 0.01/1.00 vMB 222
120,492 120,492 00000000000010256c3284938a64718f9fd7f4b3bcb1baa831cda035e386a06e 11 0.00/1.00 vMB 0
120,491 120,491 000000000000b3efd94291477ed046a8ff45766abd1adb9212beffdece9ea957 9 0.00/1.00 vMB 328
120,490 120,490 0000000000008d56d0f6d0bba6a87c5fac2c3eb3fee8669695f3b28aacba5d92 7 0.00/1.00 vMB 827
120,489 120,489 00000000000090f55f937cc3a1001a4d41b88fc84117f4ebfc4f02026b920c9b 12 0.00/1.00 vMB 625
120,488 120,488 0000000000006c3acfab5d5d35e99103c6b7561f468f79a4940dd9829c9c13f9 22 0.01/1.00 vMB 698
120,487 120,487 0000000000001855c6433005b8cac0a597b30a4d5b8a139cb683295b33218ad0 32 0.01/1.00 vMB 0
120,486 120,486 0000000000008f7c866f971a6bfe5fe4ef027e3f9e38b46f0fd1c7a1f0127235 11 0.00/1.00 vMB 619
120,485 120,485 000000000000a20d9c5c3733aed9e738a1c522ea123269b60a1af05aa4041760 8 0.00/1.00 vMB 636
120,484 120,484 0000000000007491fe016e72ac5e63928f1ad37863665a05b13f251f4d0d4ab2 11 0.00/1.00 vMB 316
120,483 120,483 0000000000006c43d8ae338306fd9f2787be29138680ba4e9ac8d9e6db52624e 18 0.00/1.00 vMB 481
120,482 120,482 000000000000a6c2a6914de9353f96726e9fd69be00deb009bd73b3b6305880c 18 0.01/1.00 vMB 730
120,481 120,481 00000000000048ecfb9d5b6748270d29feb8cc0d9ee691ad197003dbf95ed6be 9 0.00/1.00 vMB 328
120,480 120,480 000000000000742ef935a8ccb9cfa224c299375b93034c0e86ea6e33c3e375ae 10 0.00/1.00 vMB 534
120,479 120,479 000000000000948a9fb5564379ca6453e9bc8a5636f2237e895c6770d1694fce 7 0.00/1.00 vMB 0
120,478 120,478 0000000000007d6ceb9fe38fab06bbefe7a92393a341d6aa0660f39540ca9081 20 0.01/1.00 vMB 1,122
120,477 120,477 0000000000003e26e3fcac090cd8df3aaee28f0ede86f33c3d0912477c40129b 60 0.02/1.00 vMB 0
120,476 120,476 000000000000976a85ddc10f60730bf2babb9a9659639f87d09eacdcfb62e2a9 6 0.00/1.00 vMB 2,895
Previous 10 blocks ↓
Total Size: 782.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.21 GB
    • Received: 13.25 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.