Loading Tool

Explorer IconExplorer

Memory Pool

42,561 transactions
28.32 vMB
0.06160590 BTC
Random Selection Loading Transactions
Max Size: 146.06/200 MB

Candidate Block

Mining Attempt befd44876d5e07c1d7ef159c2ce83532dc7c35d7189a9de8b48c742fe0e860fd
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 5835a8cd89f7ac8760b9c0377b85b21336019754fb7f118b00a72c9dc3ca1cae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,615
Size: 1.00 vMB
Total Fees: 0.00702943 BTC
Feerates: 100.00 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (372,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,413 542,413 0000000000000000001327a34a4d35994c5d70e1757054fa4305746b766d5a0b 2,591 1.00/1.00 vMB 16
542,412 542,412 0000000000000000000f972d9fc1b6c3f1b77eab9a90a9bd5421e0245cde6165 1 0.00/1.00 vMB 0
542,411 542,411 0000000000000000001bb01c0b9790943eb2828a0ba7111ca64346eb18f76d34 2,291 1.00/1.00 vMB 59
542,410 542,410 00000000000000000002f8ce276aabc0e0f5b4f08553fcfc6dd26d15ae291ac5 1,380 1.00/1.00 vMB 11
542,409 542,409 000000000000000000223021d78b0ba115c74c6bf639a68f0d65b83615ba81f7 2,342 1.00/1.00 vMB 17
542,408 542,408 0000000000000000001435f2e3eaf368b458c4fbf04de071a174a4e547ab84d7 2,297 1.00/1.00 vMB 25
542,407 542,407 00000000000000000007f5da5400e1eeaf3cd4c2fb45f014b3d00368f2f15717 2,747 1.00/1.00 vMB 26
542,406 542,406 0000000000000000000c1afe6f60695f875148afc8664dde10cc879ba45d4fe5 2,472 1.00/1.00 vMB 42
542,405 542,405 0000000000000000002589c00f688860f59eb806452c66c4a13887c22abf8f3c 2,536 1.00/1.00 vMB 13
542,404 542,404 00000000000000000024977ac0c535fe7d6d571da06df21b01c773ef5099de12 2,203 1.00/1.00 vMB 32
542,403 542,403 0000000000000000000ef14da499c9f5be1c611d9374114ab7304d3380efe6c0 2,574 1.00/1.00 vMB 7
542,402 542,402 000000000000000000149419bec988105c749883dbe4cc2a0e90093cd271615b 2,674 1.00/1.00 vMB 11
542,401 542,401 0000000000000000001dcdc0cb5a4d141404f887eed7939578e2bcbd5cca54c0 2,263 1.00/1.00 vMB 8
542,400 542,400 000000000000000000064950e2b13f9d33213fb3db850845cbbd7a6001f1bbaf 1,701 1.00/1.00 vMB 6
542,399 542,399 000000000000000000191ebc7dfd63dad3929c458430931f132e40a137286ae6 2,333 1.00/1.00 vMB 37
542,398 542,398 0000000000000000002076465f23dd12cb65ed61482b6f805f57d87d61d44e65 2,786 1.00/1.00 vMB 14
542,397 542,397 0000000000000000002670fc0fda3d27eac6b9c6f43f104faf63c9fd61d2d4b6 2,344 1.00/1.00 vMB 55
542,396 542,396 0000000000000000001470b66bc351d81c39e2a5f85a9fea155aea77caf5a04c 2,558 1.00/1.00 vMB 33
542,395 542,395 000000000000000000031f3eb9db5734b7994d89c68ee054dff0a8a26fb758db 2,709 1.00/1.00 vMB 44
542,394 542,394 000000000000000000238b71b4f074e1c409aeb7fc58fb8cd1cf275d22849373 2,487 0.99/1.00 vMB 40
542,393 542,393 0000000000000000000d044088fe35bfbc3d4e19c472de0df8f410171e2889e4 2,039 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.