Loading Tool

Explorer IconExplorer

Memory Pool

44,080 transactions
27.09 vMB
0.09312065 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 987f28007aa2ce017ef04fb5133583841fc6c5a122fb0856cd6a977ce704688b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (256,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,314 658,314 0000000000000000000b34065dff00640fdcdfd4f842904fabe3672f4f224fc8 1,461 1.00/1.00 vMB 75
658,313 658,313 00000000000000000003bd120e8eedb682a25c8d0426ee5b553c9f8f4b3d27e6 2,000 1.00/1.00 vMB 77
658,312 658,312 000000000000000000066e490b25e42e7bbeb245334202092709805887a5f1e7 1,142 0.40/1.00 vMB 24
658,311 658,311 0000000000000000000eec22844e41d1d1da416a671ddc4adc4275ee763e6159 1,226 0.45/1.00 vMB 12
658,310 658,310 0000000000000000000e95d7180d2937f9b35b186add50c52d638d7a0859328a 2,057 1.00/1.00 vMB 33
658,309 658,309 00000000000000000009fbc6bc1bdc17c2e1d1d10343fb7a3c800d96bc22c671 1,383 0.57/1.00 vMB 22
658,308 658,308 00000000000000000005eade42f5bdaf78bb1248d3cf981e1b8d9769aaf7b1bc 2,030 1.00/1.00 vMB 25
658,307 658,307 000000000000000000025f4c7b5ca298ede69114a2bc160d78de4f60876ad0b3 2,298 0.90/1.00 vMB 12
658,306 658,306 00000000000000000009994ee70c0da6d80d911abcdebd5595e3b95acff96491 2,306 1.00/1.00 vMB 43
658,305 658,305 0000000000000000000b7b66088b9112ff7271ce2d606a8f8363f4a94a400e62 2,076 0.94/1.00 vMB 13
658,304 658,304 0000000000000000000ec91a6b11444bdd34ae714db7a1902a8bbe4c5924f7c7 1,211 1.00/1.00 vMB 41
658,303 658,303 000000000000000000093a46ad400678018aabfb9b93ca57fae8831f366ec445 320 0.13/1.00 vMB 30
658,302 658,302 0000000000000000000c5c7ecee75e210ab9fd48a5bbedba4d30ffe3bae26cd6 972 0.32/1.00 vMB 10
658,301 658,301 0000000000000000000bfc8061c13e54a4c0af04c7714b30d9d4267fb713aa58 2,526 1.00/1.00 vMB 26
658,300 658,300 0000000000000000000433e73aa1cbe20cdfe5c9f3847a8ebff18741097c2450 741 1.00/1.00 vMB 9
658,299 658,299 0000000000000000000864be11402ee576eb7dcea0e3119d324370073c1b4154 1,797 1.00/1.00 vMB 31
658,298 658,298 00000000000000000009151878dea7710c5b99bc21097457c0014967a22e03ec 1,790 0.65/1.00 vMB 17
658,297 658,297 0000000000000000000d2b476e1a535d7e3d142337e4cd9acfea2e553127ec53 2,450 1.00/1.00 vMB 32
658,296 658,296 0000000000000000000dda5bdd4c37ce131ba755224a744d1cb1053bfc460c4d 2,252 0.93/1.00 vMB 24
658,295 658,295 00000000000000000000a21be9306326cc6a02d7ba6e25439fc8ddf4b690d07e 1,282 0.64/1.00 vMB 33
658,294 658,294 00000000000000000009d7460e8293f1cad5cd64ab3f3a75f1a0407a11d69995 484 0.35/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.