Loading Tool

Explorer IconExplorer

Memory Pool

43,850 transactions
28.61 vMB
0.12412542 BTC
Random Selection Loading Transactions
Max Size: 148.58/200 MB

Candidate Block

Mining Attempt 55f1508d36b654811a9284f40d31e15bc1f3a50a7698847bc6eabf914804042d
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e0a1167fc9fc438bc8a569d1c0f09df6c1de5350497bd3cfad222f9ddf124f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.03777083 BTC
Feerates: 113.05 > 3.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (456,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,529 458,529 0000000000000000003ddd7162d53bc743eadca03be95e4a901aebf08af8c5ad 2,311 1.00/1.00 vMB 179
458,528 458,528 0000000000000000010e5142aef21c989babaddd834b8a623f22685ba04c3bbb 2,264 1.00/1.00 vMB 255
458,527 458,527 0000000000000000022c337436555099f76a5809bdb470e7811f724a2b00d7ef 2,487 0.93/1.00 vMB 214
458,526 458,526 0000000000000000022975d614b7a58d4c4db0dc4453f3403a269050210a0129 2,323 1.00/1.00 vMB 205
458,525 458,525 000000000000000000653a7bc850be118e4fcdce5eed71f47ae43c9dca25d8b1 1,940 1.00/1.00 vMB 75
458,524 458,524 00000000000000000208eff463dcddb393688e4b3af1ee5f2553fab0e97c1ed4 1,715 1.00/1.00 vMB 125
458,523 458,523 0000000000000000023bfea31adbe8ffb7d8435f9609eeab2751e775a6db2392 1,882 1.00/1.00 vMB 141
458,522 458,522 00000000000000000043a19b1e0ae212ce5550f3cf69836dfd485fbae842e18d 2,620 1.00/1.00 vMB 164
458,521 458,521 00000000000000000031c21aa3fd5c7b0fc58bac3ca512f78a9367eab5eef9c9 2,293 1.00/1.00 vMB 179
458,520 458,520 000000000000000001c1b42ae5596a4da2e808690e5b977d1ed59011d8bcbd4e 2,562 1.00/1.00 vMB 202
458,519 458,519 000000000000000002196929463c91c89fe2ac0c664b25f60d7e1b7ac7da62aa 2,189 1.00/1.00 vMB 187
458,518 458,518 00000000000000000152902f099876b741691d8567f73e8b675d8ac2d48de543 2,368 1.00/1.00 vMB 194
458,517 458,517 0000000000000000015c03f6d150073193ce30b79fe2b7519e07320ce62c6284 1,887 1.00/1.00 vMB 129
458,516 458,516 000000000000000000e011752b915b3640989e6b5eeb9dad6ed4c60c8bca878f 1,716 1.00/1.00 vMB 194
458,515 458,515 000000000000000001728c674ee837cb380e4100f7c90d51be28eda7d4716799 250 0.10/1.00 vMB 147
458,514 458,514 0000000000000000012173ed8bb4b95d19bccd85060f72ecd7e3fc94aac71818 2,195 1.00/1.00 vMB 195
458,513 458,513 0000000000000000000519d5b5c4aa25db3af4c4c13034b3ad9276a2f2a638d2 1 0.00/1.00 vMB 0
458,512 458,512 00000000000000000210a3b857daa8d3a6bf87f8b45ecc9ce0a1f487276cf4b8 1,934 1.00/1.00 vMB 133
458,511 458,511 00000000000000000232c2f199aa63ff91ee18af43dc3a9ce55d00146ba2511d 2,372 1.00/1.00 vMB 187
458,510 458,510 0000000000000000013c28f735944a50c10b7384d632bd3f6cc0fdf89aa8cd00 2,060 1.00/1.00 vMB 187
458,509 458,509 000000000000000000c5e0f23db81b5d4e899597fef2eacabeb8385ec6b4c3bd 1,112 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.