Loading Tool

Explorer IconExplorer

Memory Pool

43,613 transactions
27.02 vMB
0.05635335 BTC
Random Selection Loading Transactions
Max Size: 142.48/200 MB

Candidate Block

Mining Attempt 7988b207711b7620dedfd58093a5d409b4ee2a9f3b3f714dc42c0743b584d109
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 4a32e817d3cb3401d6c0a9e641f80832d54d4f53c15354b00a6f4c99e348fa42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,072
Size: 1.00 vMB
Total Fees: 0.00593220 BTC
Feerates: 40.21 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (632,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,421 282,421 00000000000000018e58c6c5f7dc39b2b9a3ea0f8a71e94e543dfc135bd4b6fc 235 0.11/1.00 vMB 24
282,420 282,420 00000000000000015596094cdcec0ae3ad8b8bc274bf92fe3459679c57d7cf86 783 0.36/1.00 vMB 49
282,419 282,419 0000000000000000e6cebb0109bf13bfb9c75edfb3130609dd7aecdad4938b8e 184 0.10/1.00 vMB 44
282,418 282,418 00000000000000005734a86fc0daf848f4c9d6d50c196db6685ae5a0ad6340f9 596 0.34/1.00 vMB 41
282,417 282,417 0000000000000001622870d72f95e9976b46383129c2d20009918ca63c5c8f98 96 0.05/1.00 vMB 40
282,416 282,416 0000000000000000252a143d9ad878f95aaa0a40fa4183301691a0deea5c1a9e 550 0.25/1.00 vMB 42
282,415 282,415 0000000000000000cdccc66b47f150285f3e7694efe083bd8bbfe82dd6f2e7f6 199 0.08/1.00 vMB 31
282,414 282,414 000000000000000188ff00d95192c34fa5ecd51ef1cd2cbd5adcb8535770374c 456 0.31/1.00 vMB 38
282,413 282,413 000000000000000127b4fef8dcf4e97fc057f42096342c2aa477e0595a449cd4 734 0.25/1.00 vMB 61
282,412 282,412 00000000000000007f6544d96e6339c8f265e27cc48be309971fca4ba5042396 749 0.42/1.00 vMB 43
282,411 282,411 000000000000000037f6c2ac27805e7621134d39675f610a99e93a9c780a482b 348 0.15/1.00 vMB 49
282,410 282,410 0000000000000000aef0c8567962340c12a0aaa3f191f41548b39c284b4bed9a 50 0.03/1.00 vMB 32
282,409 282,409 000000000000000088d00b30f427789d25dfc1044407c2dea12af8804e81441b 47 0.02/1.00 vMB 19
282,408 282,408 00000000000000008d7cfb788e06e99d1fd3458840a61805ef2261aa9881732e 248 0.12/1.00 vMB 47
282,407 282,407 0000000000000000b4fbe16f0b5f254edb4cbce31988d780bd63d86ca0be201a 121 0.17/1.00 vMB 28
282,406 282,406 0000000000000001514afbafd0d1da8b174c2a66320080449a85e17bf2a70ea3 624 0.25/1.00 vMB 48
282,405 282,405 0000000000000000000d2e61aaa78f40ca9734b78bcae3bc63c39ddc7c2d32fd 277 0.13/1.00 vMB 53
282,404 282,404 0000000000000000221c658622742c9b1a7c72f023e292073f692d85f104895f 295 0.13/1.00 vMB 43
282,403 282,403 0000000000000001f1b4b3621ca3cca57acb70b5ec9c2ab4e6aca6b12d29a9ed 217 0.09/1.00 vMB 38
282,402 282,402 00000000000000013a1a42826e32273bf7095b56a7d947456041c4efe170e5af 71 0.02/1.00 vMB 9
282,401 282,401 0000000000000001c642c5ade3a11399132e9ea5e3ad88e06a2362d6daaeac3d 899 0.49/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.