Loading Tool

Explorer IconExplorer

Memory Pool

40,746 transactions
28.37 vMB
0.07293498 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt 4e0ec3b7c6a2be7ef080f7672486ea65abca9f9b691050235ee2d8d88d4ca482
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root d3fa4cc847dd67919057f313343078ef6ce5d662f5a6f9a2c97006f9c8c46f55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01818722 BTC
Feerates: 88.27 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (339,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,253 575,253 0000000000000000000ffc85d8f7769eb76c43d3a74c93cead7cbf04bac2fd8d 2,908 1.00/1.00 vMB 96
575,252 575,252 0000000000000000001d63c493e223a45d1d9f622972539b3ae31d7c1d15dd0c 2,243 1.00/1.00 vMB 32
575,251 575,251 0000000000000000000866941169d8c1f53ab82d74e01b3451449a15cf2b8375 2,699 1.00/1.00 vMB 66
575,250 575,250 00000000000000000024c8297eaa2101e8cc2d88cc844d9cd388e4a021c4551b 1,458 1.00/1.00 vMB 30
575,249 575,249 000000000000000000022afecde416e2945fb1ed3708f39e2fce792d18f43d17 245 1.00/1.00 vMB 28
575,248 575,248 000000000000000000070f1a070d5d54db5dd303f008e393fc5955730b789d5a 1,297 1.00/1.00 vMB 31
575,247 575,247 000000000000000000028bd7411b9347ab414407946f03ee07e362061d7a97e3 1,860 1.00/1.00 vMB 40
575,246 575,246 00000000000000000002ff235d3bdeaf28d87227c2cb2a46926068cce1f222ac 2,542 1.00/1.00 vMB 36
575,245 575,245 0000000000000000000b1a81d10d73513ccfc5cc113b09c4003f1a131e9a5750 3,024 1.00/1.00 vMB 59
575,244 575,244 0000000000000000001fd27549c34690087b151b7ae082d8ed10265dd96ef54f 2,854 1.00/1.00 vMB 75
575,243 575,243 0000000000000000000d4223f49e631d4fe853a49a3fb82fc725ce6ee320b945 2,225 1.00/1.00 vMB 105
575,242 575,242 000000000000000000276b94d21670c6e5d498277e284d2e7c200cef7a147e07 2,511 1.00/1.00 vMB 65
575,241 575,241 0000000000000000000304bc6fa55e45e22671eecdcd475c7035bda0d6955f57 2,942 1.00/1.00 vMB 73
575,240 575,240 0000000000000000001c22708d67e7d3c91b76adbcd6cff30e338c3514848bc6 2,750 1.00/1.00 vMB 89
575,239 575,239 0000000000000000002806b78a3820a87e7dec4073aba203a4f5b544c7eb21b9 2,654 1.00/1.00 vMB 97
575,238 575,238 000000000000000000120d3019b923c2967c4167d4c05fa975d12dd04a6a0c2c 2,713 1.00/1.00 vMB 69
575,237 575,237 00000000000000000017435e79b4d1d94352a9476fcdc4a9d38e964bbc5da8e8 2,827 1.00/1.00 vMB 84
575,236 575,236 000000000000000000296a7d5f77b1186d11aa2b1e801395e93d1dd0559c4961 2,061 1.00/1.00 vMB 90
575,235 575,235 0000000000000000002560c4d56e641fd7783815f2fbaa8f46dbc9d84303d905 1,999 1.00/1.00 vMB 89
575,234 575,234 00000000000000000015ef7e20b06383316556f340c8ae6480389d2940d3bdf9 2,472 1.00/1.00 vMB 98
575,233 575,233 000000000000000000244566dd141362b23450e14a21514d4d8d62cb180c2245 2,512 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.