Loading Tool

Explorer IconExplorer

Memory Pool

38,416 transactions
28.39 vMB
0.06486970 BTC
Random Selection Loading Transactions
Max Size: 143.74/200 MB

Candidate Block

Mining Attempt c50c72de3499ec7ae9418e04954eee208addc5ab725a24b470ec0e84486d2c88
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root cdbef35ff821be3756409e3f048618e718f4a64faed42ec401604daa07d3d3a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,709
Size: 1.00 vMB
Total Fees: 0.01022948 BTC
Feerates: 105.82 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (145,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,472 769,472 000000000000000000026df884685dd8e297d9d5e686c35dcd5abe9dbf42e916 3,806 1.00/1.00 vMB 13
769,471 769,471 000000000000000000075b55fe9380208fe8daffe4f73af9b43d7c6ad894118d 2,455 1.00/1.00 vMB 14
769,470 769,470 000000000000000000007c8b729bb4472e704288108d255ea6d9843c732e4f23 3,004 1.00/1.00 vMB 24
769,469 769,469 000000000000000000003c121ca0cd3a9f29a9ae264bce19b6ee4d39099def7a 2,817 1.00/1.00 vMB 14
769,468 769,468 00000000000000000003207bfeb7e9786b3d9b44daffcf36a685a8da9863f546 3,907 1.00/1.00 vMB 26
769,467 769,467 000000000000000000066d5c6d213006e2aa0ef7aa1d095329e018dff32189be 2,278 1.00/1.00 vMB 37
769,466 769,466 00000000000000000001fe1afd683368fdfa1d94bceb077d606a86b3bc7c5a4a 1,639 1.00/1.00 vMB 11
769,465 769,465 000000000000000000000ff36d0e3983a828a5ad2ed5ac3cca37b18918556a80 1,195 1.00/1.00 vMB 13
769,464 769,464 000000000000000000015320c0a0a8f947eeee961173ed9de801bbe8acfb99f5 1,444 1.00/1.00 vMB 22
769,463 769,463 00000000000000000003fb687cb7c6aa1ae7f8e5af05b71c9f2abf09006dd1fb 3,242 1.00/1.00 vMB 18
769,462 769,462 000000000000000000066c8a09e93d1df65c24b561aba222e801eb0aecb8a940 3,223 1.00/1.00 vMB 25
769,461 769,461 000000000000000000027a16dbcfba3a80d01978b8bfabce18fa1b63a102103b 3,171 1.00/1.00 vMB 37
769,460 769,460 000000000000000000059b74915b05686b50ac7bb360a703fa96cc29b222b637 2,723 1.00/1.00 vMB 14
769,459 769,459 000000000000000000067aa8833e1fcd0cd8523aacec810c4c19773a559cb6e5 3,198 1.00/1.00 vMB 19
769,458 769,458 00000000000000000004a0f1778043c554c7c8cb6592c84721f3aed745e4600f 2,035 1.00/1.00 vMB 17
769,457 769,457 0000000000000000000010b19071577c1142dca68f60fa78c3d7030234210d0d 2,821 1.00/1.00 vMB 31
769,456 769,456 0000000000000000000773e79006e05e797400cf46160bbc25bdbe5da49dccc8 2,559 1.00/1.00 vMB 29
769,455 769,455 00000000000000000001e47958a68a15fe8c8782414fbfd9cbff165d0ea30d26 2,978 1.00/1.00 vMB 26
769,454 769,454 00000000000000000001c34c87d231566d92ba8746d6e686de14ce6b25d8be8c 2,559 1.00/1.00 vMB 12
769,453 769,453 000000000000000000027656864219f2550b86ea2f2f80a9f1916d94ed8e2596 3,229 1.00/1.00 vMB 34
769,452 769,452 00000000000000000000c2c5af2f9eacec73d54c17315d1f05272a207ae43ccd 3,214 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.