Loading Tool

Explorer IconExplorer

Memory Pool

74,431 transactions
27.57 vMB
0.07354963 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt b43e19607ad777e16e26329b7706945c7f3abe3028618b54de7be4e8b67bccdf
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 04c65f4f613ecf289def9933ba13e176525431d54b4255d10b26bbcff76b5bbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.01475134 BTC
Feerates: 98.68 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (268,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,592 646,592 00000000000000000002137fa00fc3e29248493f694603c1bb4c9122bf4e5119 1,607 1.00/1.00 vMB 122
646,591 646,591 000000000000000000070c9f44f588a2a2ed6cad48ed1597852fac2f8f823bc9 2,344 1.00/1.00 vMB 122
646,590 646,590 0000000000000000000f898f76e18bd2c3645eecd8fc5bdacdf3a1644e2009eb 2,987 1.00/1.00 vMB 152
646,589 646,589 00000000000000000001a6480e9903ee40bc1e8f0009cb046774ca1a11940e8c 1,740 1.00/1.00 vMB 152
646,588 646,588 000000000000000000044b21129a0e7ebd3c0b694edb2a9b9b0b563fb4954ace 1,734 1.00/1.00 vMB 155
646,587 646,587 00000000000000000005723688638c9195fee6f0c264b9be0404d91189edfeec 2,899 1.00/1.00 vMB 121
646,586 646,586 0000000000000000000cc9dc6d8d66f015f11487fd47df3cf64125c2c0184877 2,146 1.00/1.00 vMB 129
646,585 646,585 00000000000000000000a51a4452fa4aec1d05e664122e1956ecd73a14612501 2,870 1.00/1.00 vMB 146
646,584 646,584 000000000000000000023ea2533fffdd61c3c81c9dbd51db4cc50af108cc54f9 2,817 1.00/1.00 vMB 119
646,583 646,583 000000000000000000008b80e1a7fc5a5b68573ef2311a299f3278d23ea2af5a 2,425 1.00/1.00 vMB 137
646,582 646,582 00000000000000000001ff3ece99e2491f03cf98952b9f30f681fbad184220f9 2,845 1.00/1.00 vMB 123
646,581 646,581 00000000000000000006fa46af6f3c4d88af9f74f092f9bab125596dc6acd929 1,993 1.00/1.00 vMB 127
646,580 646,580 0000000000000000000bfd2036e219743ca446c24bec09bd3d36774adf9dc7e4 1,687 1.00/1.00 vMB 123
646,579 646,579 0000000000000000000d57e79e72697717d55076f59cb5abf65e87415dcafbed 3,049 1.00/1.00 vMB 147
646,578 646,578 0000000000000000000160c20f7104514e0bc08c3531abc4445abe7c4d40aa83 2,985 1.00/1.00 vMB 141
646,577 646,577 00000000000000000006c547a4aa54c5c293f3e4991bbf6cb889872144fc3051 2,936 1.00/1.00 vMB 138
646,576 646,576 000000000000000000048c66938f5240392d5815ae006c43fce389cd2e833aa4 2,506 1.00/1.00 vMB 124
646,575 646,575 00000000000000000006c2a8954c533fdbcadc823edb366d4f7f5ccb9fcf6ed7 2,604 1.00/1.00 vMB 128
646,574 646,574 00000000000000000003893bda5caa43b4555572a640e5d0c96fe8cedcfc13b9 3,139 1.00/1.00 vMB 143
646,573 646,573 00000000000000000008103882b5f33b8e058c6d2d0643d91d3ebb30c187627c 2,688 1.00/1.00 vMB 115
646,572 646,572 0000000000000000000b129a948792038ee192504b9ca17a85a16a9f7ca974dc 2,776 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.