Loading Tool

Explorer IconExplorer

Memory Pool

84,493 transactions
31.32 vMB
0.10508618 BTC
Random Selection Loading Transactions
Max Size: 188.86/200 MB

Candidate Block

Mining Attempt 00e46f2c5b6deb74eb527451a006ab05d6bb4042c920c9bfbdea0738b41bf6b7
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root ea6ecc0b09ef0973b51d5ed7f741483797bd93e645db3e6a81041a6ae46f4de7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.03362251 BTC
Feerates: 150.76 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (315,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,341 599,341 0000000000000000000a42b01c25d317b96bec7df604d730e418f6fa9227d385 2,118 1.00/1.00 vMB 47
599,340 599,340 000000000000000000071a8555255e2afa380adc7ab707baed24c137ac9281aa 1,422 1.00/1.00 vMB 82
599,339 599,339 00000000000000000002d482ef460f8c8ae6cbacf04e5fd8b94e8064b96ae89a 3,257 1.00/1.00 vMB 25
599,338 599,338 0000000000000000001078a15a0c174e0a360b29149c31fe59e9cecfa7804d05 544 0.16/1.00 vMB 14
599,337 599,337 0000000000000000000c0dfd58c6c7118977e78146a3c7e6f59a7f4a3fd6d51a 219 0.07/1.00 vMB 16
599,336 599,336 00000000000000000001d0d7c42b7947d72ed3f44cfb0adbf7911d077fd7cfc6 1,607 0.54/1.00 vMB 13
599,335 599,335 0000000000000000000ed623f83d08f9a515ff72c9564133cc3d45fbc7d6cfab 1,294 0.49/1.00 vMB 15
599,334 599,334 00000000000000000009df86dbd16c2d536359641fb699e1df488ae426431fee 958 0.54/1.00 vMB 14
599,333 599,333 0000000000000000000a409a1f19c20b470b099bbcb45b658c83c3127219658b 725 0.21/1.00 vMB 14
599,332 599,332 0000000000000000000d8fc47924c3e03132ff689ee2f693f3391b37af3aafb4 770 0.28/1.00 vMB 15
599,331 599,331 0000000000000000000be8028ec77b278f9bd9f20f2d763709eac60e18f63bab 686 0.21/1.00 vMB 17
599,330 599,330 00000000000000000004fcb6c339a5ca632df1d2f4e1652461169b4fab270cfe 1,160 0.30/1.00 vMB 9
599,329 599,329 0000000000000000001285c54489c619b680adc6dd99e9e775237b0b1a4212a5 2,572 1.00/1.00 vMB 14
599,328 599,328 0000000000000000000c30a07896aacf8397e52137c70b71f91bcbd6540c290a 2,970 1.00/1.00 vMB 12
599,327 599,327 0000000000000000000075e20554879e7fb461c61e4322e1577e01964c3461c4 1 0.00/1.00 vMB 0
599,326 599,326 00000000000000000011f38fefd4f653c2d6a568e841a6d5f911260a3a0eeeb8 2,387 1.00/1.00 vMB 14
599,325 599,325 00000000000000000007b57533b67dc382a10f6f078a90412dbe5d6f01a62e17 2,926 1.00/1.00 vMB 23
599,324 599,324 000000000000000000022019476335714d3d555bae67041738e632a2390806d7 622 0.20/1.00 vMB 8
599,323 599,323 00000000000000000006449406c14772e7269ba756a27eeb64f19af0762cf5ff 2,900 1.00/1.00 vMB 16
599,322 599,322 0000000000000000000cbf42e556c7a11b2116f48fc2cc6e2cbcb150f95ef3e5 2,872 1.00/1.00 vMB 9
599,321 599,321 00000000000000000007abe4fc924def5a5a4c96e9b556bf4d627dde735eb1a0 2,655 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.35 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: 661.99 GB
    • Received: 14.83 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.