Loading Tool

Explorer IconExplorer

Memory Pool

38,747 transactions
27.36 vMB
0.06297162 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 050008bc019bc707b8d7f02002d86781d0eea66ad89533ac196c4afbb5c1636a
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 21b8f11d2c91cac92d6ac5b610b5de558c6b03c17560e98b9e7c32fe4e2cf08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.01120058 BTC
Feerates: 60.16 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (223,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,469 691,469 0000000000000000000fa12e32072488b63303840a3cd4e47872c06d647f9cef 2,690 1.00/1.00 vMB 24
691,468 691,468 00000000000000000006193690ae5b87e772d0a0826b2e728aca2412a40891c0 392 0.13/1.00 vMB 20
691,467 691,467 00000000000000000010f19ed720c3d8863377fa288fc1fefce9a4c9ce86a2db 1,870 0.73/1.00 vMB 16
691,466 691,466 0000000000000000000434185826c7821e23d58e84986652771e049cfc84624f 503 0.17/1.00 vMB 13
691,465 691,465 000000000000000000064ff6171c0bfaf1f537ba5ca1f3b5e3633440a2ad0b87 1,349 0.84/1.00 vMB 5
691,464 691,464 0000000000000000001231da0fbe10e2a5c2557043ba0d94375df95bfb829ad5 2,971 1.00/1.00 vMB 13
691,463 691,463 0000000000000000000cf73b5d77db6f76dc3917fff172f667c0099c610f810a 3,003 1.00/1.00 vMB 14
691,462 691,462 0000000000000000000a5903ef895d566b207a57517511991eb473bc85c60f3a 1,404 1.00/1.00 vMB 4
691,461 691,461 00000000000000000002dabafb419c561f7bd0f2ac966720e7ed8179c12bc3a6 1,117 1.00/1.00 vMB 4
691,460 691,460 0000000000000000000b1ddad98a8f1d2006d1effa69636d4e2aaac31d694942 2,860 1.00/1.00 vMB 18
691,459 691,459 0000000000000000000ce9d97c115e7ef2005141c776e91e4ba6d836efd03fa5 2,556 1.00/1.00 vMB 23
691,458 691,458 0000000000000000000ff250dbdb914f43cbbcab9259232ffbfe4fc05267cae7 2,819 1.00/1.00 vMB 7
691,457 691,457 0000000000000000000b865ed649750e643b633458dc90086ce5195cce77f465 1,945 1.00/1.00 vMB 35
691,456 691,456 000000000000000000020bba67340d44e3ba996490ce466bfe6cf9ff9f6c0a12 2,159 1.00/1.00 vMB 7
691,455 691,455 0000000000000000000436a17216ea8d6007dac6044ded9d5ae82531e06c2a4f 2,759 1.00/1.00 vMB 2
691,454 691,454 0000000000000000000397075521893524c54031cf5448f43cbef11c4f60319d 2,613 1.00/1.00 vMB 13
691,453 691,453 000000000000000000126bf944248bc6c192df1c6de72a8544b8c7c0f3e0c243 2,513 1.00/1.00 vMB 5
691,452 691,452 0000000000000000000b6da7fe44a51a6765894c7fc80fdb46457e14124fa643 2,735 1.00/1.00 vMB 12
691,451 691,451 000000000000000000042c36a50c916cd92e7d5ed42c7663c07304f9b8fda0bd 2,723 1.00/1.00 vMB 18
691,450 691,450 0000000000000000000cf3665b2f36955d43ebb3c70929fc5aaaa455e7162133 2,483 1.00/1.00 vMB 22
691,449 691,449 000000000000000000006e55ed59082602df6cd49c99f57abb2d2ad611291f5b 2,702 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.