Loading Tool

Explorer IconExplorer

Memory Pool

14,095 transactions
10.76 vMB
0.04234662 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.67/200 MB

Candidate Block

Mining Attempt b10e2f68b0f69d6671a8dc99c9e9bf758e1d0afc39d712248fa4df4ed4c8d9f9
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root c6f99b74b16d39f8448a32731ede7f06ff0f02b9f0c70bedfdea3b25d09bbdac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,866
Size: 0.99798675 1.00 vMB
Total Fees: 0.02378334 BTC
Feerates: 200.67 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (546,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,424 367,424 0000000000000000105391ffa295633a4457a1b402def60982390b66651fe560 217 0.92/1.00 vMB 21
367,423 367,423 00000000000000000fa65f7c9bd6af7a3ed611ea4bcb2848d145d3b5a187fd73 893 0.67/1.00 vMB 40
367,422 367,422 00000000000000000e05866745485aafa475ece7c85773cca62bc85b7e3387ea 797 0.89/1.00 vMB 25
367,421 367,421 000000000000000001339c614dbffb4a069adadcdff7d0b8f089abd05fd35ba4 1,365 0.75/1.00 vMB 41
367,420 367,420 000000000000000005a0113d3befe80bdd5b132fe99d1217416f438087350d31 1,019 1.00/1.00 vMB 25
367,419 367,419 000000000000000009c65801d7194c6083c70f8a6ce7873e02ed4a5c1022b689 600 0.84/1.00 vMB 22
367,418 367,418 0000000000000000010f4429f82e375e617d6c7f4a3c22d8f675051cdf60360c 630 0.86/1.00 vMB 23
367,417 367,417 000000000000000001a4ba2e19e4febfc0971f5258942c2d434529fd4c0778fb 773 0.92/1.00 vMB 24
367,416 367,416 0000000000000000125065f0e0a7cf279aadaf13e1770d583f4b2a956646ba39 1,419 0.93/1.00 vMB 35
367,415 367,415 000000000000000007c9314e523db7c61d62507aa871a8915d9caa42303d9fea 768 0.89/1.00 vMB 25
367,414 367,414 00000000000000000876a6e2dbee68c4dcceb07bad8067ffc7c36db4c0248696 1,161 0.93/1.00 vMB 34
367,413 367,413 0000000000000000138415e1cc5318407c399840ce5b2bc07688c66c283ec150 1,205 0.95/1.00 vMB 23
367,412 367,412 0000000000000000137fbd31ac612ffee57132a78acce3dcc56984ae8ea4b4e5 1,136 1.00/1.00 vMB 25
367,411 367,411 000000000000000009de0c6fc5437088b7b42f69584043c4704e681b6a790e1d 1,320 0.95/1.00 vMB 27
367,410 367,410 0000000000000000102462126a81c30142cf0c1b7f0105ec3d27169058815f9d 1,002 0.93/1.00 vMB 29
367,409 367,409 00000000000000001046da41f3e0b1121f080f54bccd0c58c7192a57b495d12d 1,633 0.93/1.00 vMB 38
367,408 367,408 00000000000000000fffea858c7f410cc36a219293f0a0c6e79a77d4890e3c2d 1,763 0.75/1.00 vMB 58
367,407 367,407 0000000000000000122b149bd60d89154ad86b3e37540ea8ea483dbc534e29d5 450 0.38/1.00 vMB 21
367,406 367,406 00000000000000001460f34c56fbba35560d57380308f7bdc1add628cbd093d5 744 0.87/1.00 vMB 24
367,405 367,405 000000000000000000488db4ef20f925655faebded7c34a634b47e55499b1961 1,376 1.00/1.00 vMB 34
367,404 367,404 00000000000000000719aee19987a7baeb20d812b08b6b0f260953fd2afa815d 659 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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