Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
30.91 vMB
0.07855210 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 8fa4d1845e0954f329630bc5cf822d2c9abaf3480083c4863911e1900b952a1a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 24fe0bd807222b876d94ba33abafe64dc91141de5011e78161acfff60cb0e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00895412 BTC
Feerates: 301.05 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (374,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,647 540,647 00000000000000000005c1c499bc272d9e2ec13e04f7023ae5d368e19c9cb2e1 2,137 1.00/1.00 vMB 5
540,646 540,646 0000000000000000000da07f583b4f642d58df4b26306b426bc7c74815a99665 2,823 1.00/1.00 vMB 49
540,645 540,645 00000000000000000013851a7611105e5b8eecda51d1018efd9fba89a987f5b4 969 0.82/1.00 vMB 6
540,644 540,644 00000000000000000023a218374e73abc0fbc1c00110393a5fee9e3f7b1a1219 943 0.55/1.00 vMB 40
540,643 540,643 00000000000000000004a2b188b9f5f7d4a4f1bffd34ff4dc596ace2070ecf23 41 0.01/1.00 vMB 15
540,642 540,642 00000000000000000016bbc2dd0f2d60dd9eeed360ce2714618c6a0d54b1c9df 1,622 0.73/1.00 vMB 11
540,641 540,641 00000000000000000013d95c349d69ab438c4df3044cfc4cadcad8c36a41793d 2,116 1.00/1.00 vMB 25
540,640 540,640 0000000000000000000ee3ae06ab4d5f1ff364c7e2eaec5f8a8e51db27eb03ee 1,237 0.45/1.00 vMB 19
540,639 540,639 000000000000000000058f3a8b25ea832d342881969e968a9b0da092124faa91 1,367 0.53/1.00 vMB 25
540,638 540,638 000000000000000000012942e0a88e4fd618ea89fbdd6b4e769aae4de4aa5e78 963 0.42/1.00 vMB 32
540,637 540,637 00000000000000000005e8481ba9c2f40c821cc6575562b9255e7900e4b65f70 1,672 0.99/1.00 vMB 21
540,636 540,636 000000000000000000086f70258ad16b5524fd43d287e5e2e01d33cb927f6277 238 0.13/1.00 vMB 9
540,635 540,635 0000000000000000000a82a90d209400838c03fefec3a4d1f3c141b9cbb7d08d 2,148 1.00/1.00 vMB 9
540,634 540,634 0000000000000000001ed6ab17a29d08a037711c25233c8846c479bdecfc250e 2,083 1.00/1.00 vMB 9
540,633 540,633 00000000000000000004f561e1bfd8ac2bb7a6d92f4ca4f843f45db4d55091f5 2,804 1.00/1.00 vMB 36
540,632 540,632 0000000000000000000e502106d2dcf356c621abfca945d48a41f1ca7e577596 1,069 0.47/1.00 vMB 23
540,631 540,631 000000000000000000240b0b20d91e4983888860fb3fc10c3b669a90f78e5a80 1,979 0.95/1.00 vMB 27
540,630 540,630 0000000000000000002282dd59f937dc3def1fbf3317fae01ffa7628108ef6f7 537 0.26/1.00 vMB 28
540,629 540,629 000000000000000000188c62f03fee4332f9d4a61560004835668bcc0b9318e6 1,244 0.61/1.00 vMB 3
540,628 540,628 00000000000000000006dfd8ecd72821f5ddd43bed088e7bfa4ca0e01579a17e 479 0.19/1.00 vMB 35
540,627 540,627 00000000000000000006be85bf791d0cd5fb1bbe544b6b1733cefec7b48fd76b 2,356 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.