Loading Tool

Explorer IconExplorer

Memory Pool

40,486 transactions
17.80 vMB
0.15493109 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.30/200 MB

Candidate Block

Mining Attempt d9349fb8ad593f13d1d13003d715cfe4077eda5b0229ec953005e7573c0255ea
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9346eccf5f8303a4677fe9c98ebfe18f86fdc87298eed1b5e31dcc4c522c4bec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.04615202 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (769,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,359 143,359 00000000000005ade94dc9ffeda4fa6e41fca8c5482127de1e04d43e16581a00 84 0.03 vMB 92
143,358 143,358 0000000000000774efad0d1b40cd2bb51558e471993d45172367fac1e8162cee 95 0.03 vMB 1,577
143,357 143,357 00000000000008c605ad310d7fdb692acbe00a90ed48ec4f1ce1b49f8e0dd018 106 0.03 vMB 104
143,356 143,356 00000000000000bd2287edf73e80f85f218e1215635f04be6e19b5cbbc789515 33 0.02 vMB 276
143,355 143,355 000000000000021321d81ca564858f10f255e2058457f315f6d3555474632021 2 0.00 vMB 2,481
143,354 143,354 00000000000007d2803e5c17c1270f05545f31353179833148d6546d0efa8707 85 0.03 vMB 19
143,353 143,353 000000000000056f402e10dc2813dff1f6ef6a78ee3298a26a51dfb04dfdf821 107 0.05 vMB 192
143,352 143,352 00000000000007fcfd48a9068506b1a300ab18fa09fe1f3fb85a9352e9e34f97 1 0.00 vMB 0
143,351 143,351 00000000000003ace7b03217061335852aa2c66dde831daccab1706c7b2a4824 16 0.00 vMB 60
143,350 143,350 0000000000000069b26744ce23d4d68f42e76234c47d76dac613ff55ad0087c3 26 0.01 vMB 48
143,349 143,349 00000000000008a6572a53745991f62bc1b07661eb79637bafc5db644912579a 15 0.00 vMB 73
143,348 143,348 00000000000003e4221875978da890067ca1b65672234b3cbf8ef667eb69e802 82 0.03 vMB 149
143,347 143,347 00000000000004313d6f3243854091ae3465ed661a6f206f1d2cf25430a8fdb4 63 0.03 vMB 299
143,346 143,346 0000000000000630bbe3e42c61476d5b0cdca0e8f5bf1f28ce60ef2d0e69cf17 15 0.01 vMB 577
143,345 143,345 00000000000005926d3301089434439baed1701a4c5938b58bb8c84ef0e05088 15 0.01 vMB 343
143,344 143,344 000000000000031debb7133851ef2edd7df4be0791a2c695c4fe9e65ff3c5274 13 0.00 vMB 10
143,343 143,343 00000000000002daaea8dc492c17a208c5520045a2f12d7535ba5e9804c344ad 19 0.01 vMB 208
143,342 143,342 00000000000003655c36a8d75ee4b6a5222bb03103f765793a0c5aa58fd15ffc 2 0.00 vMB 193
143,341 143,341 00000000000006f7e1ce074eef0c5e24337871319f259a290ea6c77bd76ff6a8 18 0.01 vMB 37
143,340 143,340 00000000000005e0935eb47586383de51c80aa71631c4a3182e2c9afd9279462 8 0.00 vMB 65
143,339 143,339 00000000000006081c8bf7f4148c20b971c1ce27fd3674f35d8791fecd62cf97 22 0.01 vMB 532
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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