Loading Tool

Explorer IconExplorer

Memory Pool

40,844 transactions
25.81 vMB
0.05042288 BTC
Random Selection Loading Transactions
Max Size: 134.83/200 MB

Candidate Block

Mining Attempt d37d4d09053e2731c4fd8a43df1c07a6183a499257df66cb1f8488e7f5280a90
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ac8c79dbbe8a6ea0c89171f78825534043a9e342f8bbd14aaf693f3637b6fafb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,701
Size: 1.00 vMB
Total Fees: 0.00360876 BTC
Feerates: 100.28 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (415,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
499,524 499,524 00000000000000000044ef2eaa5581ad131082d98937ff0baa24ffa3950715b2 2,106 1.00/1.00 vMB 416
499,523 499,523 0000000000000000003348cf906e2dd20701f251da6c88eb72617fb9968b73ff 1,736 1.00/1.00 vMB 386
499,522 499,522 00000000000000000002f1f729940de7edaccb9302064f51d6e4893fd711508b 3,288 1.00/1.00 vMB 431
499,521 499,521 0000000000000000002bf028fe07cf4087db7eca471a2f180a3c135a491683d7 2,667 1.00/1.00 vMB 409
499,520 499,520 000000000000000000599d9fd30f346fd481349355606af44a569c2becb0e23e 2,694 1.00/1.00 vMB 477
499,519 499,519 000000000000000000b06c31deeeaa1834976c427763aa3264ca9df8727aae46 670 1.00/1.00 vMB 369
499,518 499,518 00000000000000000006e53e7cd0ae47c25da6c16d37a1cf9c55a09ba9c1a9a4 2,279 1.00/1.00 vMB 411
499,517 499,517 000000000000000000077deab919f9d8d2f4bfd4048886292e86887cb9c10689 1,833 1.00/1.00 vMB 401
499,516 499,516 0000000000000000008473edc55b1709fcc6af8311125b3f70bfe9fb685e81a5 1,043 1.00/1.00 vMB 291
Previous 10 blocks ↓
Total Size: 781.93 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: 646.27 GB
    • Received: 12.83 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.