Loading Tool

Explorer IconExplorer

Memory Pool

46,550 transactions
27.36 vMB
0.10130231 BTC
Random Selection Loading Transactions
Max Size: 145.74/200 MB

Candidate Block

Mining Attempt e3793885e671c024cd0966aeff5218b9218c45de4446e34f2094dbc3290a3419
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 52fbd7838e6bfb279bb1cfd63b48d5c9d8af025709fac11c17e132d9320fe2e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.05029968 BTC
Feerates: 101.66 > 5.04 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (415,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,545 499,545 000000000000000000a3354f2221c3f5bab2eec1cefe4087b35fa30183f61786 489 1.00/1.00 vMB 159
499,544 499,544 0000000000000000006811dae46771ec02fa4002a672821c0579b9b4e97f796f 891 1.00/1.00 vMB 180
499,543 499,543 0000000000000000005458b58ea578afe0bf47095ca545579e5a887bf7e78f6a 1,607 1.00/1.00 vMB 116
499,542 499,542 00000000000000000072cf5962a69fe0206d336974cc699eb1a9fdc6af60dcc8 1,727 1.00/1.00 vMB 170
499,541 499,541 0000000000000000009f761a2dd9188a9de5988d9c3e13618637365edd150fd2 2,418 1.00/1.00 vMB 277
499,540 499,540 000000000000000000a2d9cdeb6284998a55bbd62f97ba4386c228f0eb0f8241 2,545 1.00/1.00 vMB 390
499,539 499,539 00000000000000000050ff24f6465fc59b2cf58226a03a60ee0ddcccda436d49 2,774 1.00/1.00 vMB 437
499,538 499,538 00000000000000000022e0d5191208d9076a335ddad511a2039494c809102e1e 3,094 1.00/1.00 vMB 440
499,537 499,537 0000000000000000006d5b26802f8e0273388f2ebef573a9c0c6ab11611aaf74 1,851 1.00/1.00 vMB 244
499,536 499,536 00000000000000000046e87547504eaf2a5e29b42e60ebdd0beddb8e31864d55 2,833 1.00/1.00 vMB 431
499,535 499,535 000000000000000000a0fc5b2b3008eff45763d6a89fbaf733b5a2caafcb98e5 1,936 1.00/1.00 vMB 223
499,534 499,534 0000000000000000009aea50520657f0961590cf2758b0e154184717a5975df4 2,553 1.00/1.00 vMB 422
499,533 499,533 0000000000000000001f52de447549e4d27d3ebb6addf27f406403d2e69c95c6 1,351 1.00/1.00 vMB 203
499,532 499,532 00000000000000000026cdfa34f295dc92e83b59d7116e8bddf20df421d5726a 1,061 1.00/1.00 vMB 130
499,531 499,531 0000000000000000005c6ae17fd5382a610fdaabf472b039a32d01d5d32f4b95 2,079 1.00/1.00 vMB 241
499,530 499,530 00000000000000000092be0799e9953f1046e748b912464bb9cf3d6c1a2da4e6 1,929 1.00/1.00 vMB 199
499,529 499,529 0000000000000000002375f7b3fa02ca0eef772eea4a4ddde1d285d52e1297bd 2,153 1.00/1.00 vMB 216
499,528 499,528 0000000000000000006d3fecefbd1ff097d40a2818ddb1e2751d20b9e0ff34bf 2,459 1.00/1.00 vMB 303
499,527 499,527 0000000000000000009993b466c51820d2e2fb7c40817bbad9bfaaf83e68cb4f 1,605 1.00/1.00 vMB 367
499,526 499,526 000000000000000000a6b4555a1019dc537afa1934a02764de764a7b47c43a96 2,599 1.00/1.00 vMB 415
499,525 499,525 00000000000000000026f1be6cd50887cec50bd3293573ea838ca16864a0ad29 1,008 1.00/1.00 vMB 351
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.