Loading Tool

Explorer IconExplorer

Memory Pool

42,056 transactions
26.85 vMB
0.06583356 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 44c60ed3a25b9cb140961e3056f5982fad37012d32c8c70dd065cb7899cc256a
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 5f6143bb872696156e6a2c55e94886af456b1ea14daefdf7061cfd889e6851ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,834
Size: 1.00 vMB
Total Fees: 0.01588868 BTC
Feerates: 151.03 > 1.59 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (360,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,133 554,133 0000000000000000001b083d3cc97c1473ce514f43ac8d04d47601e247ad20bb 3,125 1.00/1.00 vMB 26
554,132 554,132 000000000000000000080abe6358d5ff588174ac36aa77bea4e6c5f8db1982ec 934 0.32/1.00 vMB 24
554,131 554,131 0000000000000000002b2a2fe7e664096fc4c66a60ee9c850f2c0ceb8b66af51 860 0.60/1.00 vMB 4
554,130 554,130 0000000000000000001620d65afe89e1aae685168afd3bc2f015a8cccb355d58 2,497 1.00/1.00 vMB 16
554,129 554,129 00000000000000000008b47e4bfa46628a1bed34f1bdb0a1f27e2cadcc560fc5 374 0.17/1.00 vMB 14
554,128 554,128 000000000000000000052206289a48d917a5058ab623c71d7abb71f9e04c88e6 964 0.43/1.00 vMB 8
554,127 554,127 00000000000000000003337984f397fa63404885749c1b38c04dbf9e8ecfea12 300 0.12/1.00 vMB 11
554,126 554,126 00000000000000000023d603d6f02f8aae4214f6126a5adc13d66cd03d3d9353 2,001 1.00/1.00 vMB 8
554,125 554,125 000000000000000000011b4aee5e0ba18818204159021931c8a451bbb641f3c1 1,003 1.00/1.00 vMB 4
554,124 554,124 000000000000000000082cad7e03d9a25d1093081e255cb75e176e6a3928826b 2,277 1.00/1.00 vMB 4
554,123 554,123 000000000000000000192d8162199090a48f3bc872de910b3f768b68b43315ff 2,735 1.00/1.00 vMB 14
554,122 554,122 000000000000000000290ee38f8e91706bdd5365fdad7c9f1a0b939a0ef84fd1 3,198 1.00/1.00 vMB 21
554,121 554,121 00000000000000000003e9ab1f34cb84a73b25bbeba2dd1f6d9ec1fbe6626431 2,239 1.00/1.00 vMB 30
554,120 554,120 00000000000000000019449c4a5ed9c31aadbee540f2dc83f98a4c358ff0c164 1,382 1.00/1.00 vMB 5
554,119 554,119 00000000000000000004651e7c4981df66e885d61a47efea5954e74d388132f9 2,114 1.00/1.00 vMB 6
554,118 554,118 000000000000000000232d8fec38138963a6f73f06821c2d19b16c53664b57ec 1,400 1.00/1.00 vMB 13
554,117 554,117 00000000000000000007b936d81eb78bdd657654eeaad33fd35e153abeefa0fa 1,703 1.00/1.00 vMB 6
554,116 554,116 0000000000000000002574c54ae24157ec3ed846bf0607ed09adaed68cbef4e8 3,073 1.00/1.00 vMB 11
554,115 554,115 00000000000000000008408e993de6d90a5b8d210bb7f27125a71a07b27b76a5 2,963 1.00/1.00 vMB 14
554,114 554,114 00000000000000000015dc562be569b2e068d96db8387708f1eca83b8743f996 3,659 1.00/1.00 vMB 28
554,113 554,113 0000000000000000001d4a0f97515e4b882bb8c1488b517d32a75de02ac1ab75 3,383 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.