Loading Tool

Explorer IconExplorer

Memory Pool

55,214 transactions
32.47 vMB
0.23543827 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt ef0946ea3b524f456ce0baba8d2e907f6ec3ae1b4fecb05d20813db5caea5bd3
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 20d3f11c1aee8d962841d98ecbd30cfe2d78a0adaf57e05883fc1b02d6d81d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,911
Size: 1.00 vMB
Total Fees: 0.12402961 BTC
Feerates: 101.66 > 12.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (410,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,993 503,993 000000000000000000368d9ade6463e5bf53137287d279df6294e47c7a0c4229 2,774 1.00/1.00 vMB 532
503,992 503,992 0000000000000000006acf7146136d0ae113d378c09400ad8eb63fb793fdc0fc 1,537 1.00/1.00 vMB 329
503,991 503,991 00000000000000000055ad6730c2ac946d98d0e9bd950fe1f8816e1f8ffa6f7e 1,575 1.00/1.00 vMB 273
503,990 503,990 000000000000000000523532156ef2fbc8e9e7d269653d7973160f16ce4b3d35 484 1.00/1.00 vMB 141
503,989 503,989 0000000000000000008da0fccf29964504ef7884fa1689fa78217bdd528e7b4c 280 1.00/1.00 vMB 120
503,988 503,988 0000000000000000004a32bd1f669371275312aa6f3afeeb0733d3cc63063493 271 1.00/1.00 vMB 130
503,987 503,987 00000000000000000075c17501d3795b36a9fdd89aca9ed8ef442ec50786c50a 1,727 1.00/1.00 vMB 340
503,986 503,986 0000000000000000003da2128841ae7f83a3be0ac0441473d1591f20da526395 1,316 1.00/1.00 vMB 167
503,985 503,985 000000000000000000325aa25f343689c84b3e2796218880b8711e160405ade6 1,180 1.00/1.00 vMB 260
503,984 503,984 00000000000000000023b3d6e31c31af54bcff3b0825d70ecf57e65ca60e3d1f 2,090 1.00/1.00 vMB 263
503,983 503,983 00000000000000000021d09962862bfa5fdc35beb969d8663721549a3ed6fca2 1,665 1.00/1.00 vMB 430
503,982 503,982 0000000000000000007d64d2c1116802fbadf15ebd6e8da9646c507b4d1ffb31 1,464 1.00/1.00 vMB 241
503,981 503,981 000000000000000000912cf68222706422774742455d4cb758455c46038ade04 2,333 1.00/1.00 vMB 445
503,980 503,980 0000000000000000004b59a32e20b9d24ea75759eae98423ccea8b2dbfc41c1d 1,865 1.00/1.00 vMB 510
503,979 503,979 00000000000000000067b08d2478924d8cbcf3248f1559b85adfa75a1c08c4b0 2,992 1.00/1.00 vMB 544
503,978 503,978 0000000000000000008f9a56067b7a3dbc0e1d6b2ae10337fdea64186d47f83d 1,541 1.00/1.00 vMB 353
503,977 503,977 0000000000000000003788d2c6073806ad80a17b5b20b9064fba2c06921556f0 1,765 1.00/1.00 vMB 370
503,976 503,976 0000000000000000001d419653e8cf6853ccb50d17ca9269b25b72cbf7c50350 1,935 1.00/1.00 vMB 436
503,975 503,975 0000000000000000001d515a52f813e6bfed6201dfd21195fce70cecec38885b 1,974 1.00/1.00 vMB 454
503,974 503,974 0000000000000000008bcfbb0582d6dff24de316b78c4ab578faca97c9f38f72 1,797 1.00/1.00 vMB 460
503,973 503,973 0000000000000000004e138e1bc34b394a8e8e377a34a32af3295b39b8515c3b 2,690 1.00/1.00 vMB 492
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.