Loading Tool

Explorer IconExplorer

Memory Pool

82,676 transactions
31.49 vMB
0.08981746 BTC
Random Selection Loading Transactions
Max Size: 191.26/200 MB

Candidate Block

Mining Attempt ec25ae765b75ed8e0b61173a1853f54ccc69853e50bbea7c0868abe5d58c9890
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 7275da3d69bf3f7e62c6d6eddba7e9cf5dddc62643d14cdb0010ff9810e6a56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02152977 BTC
Feerates: 100.18 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (474,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,189 441,189 00000000000000000222c2bcb991ba13f294636d08257326c8817451841538d9 2,428 1.00/1.00 vMB 81
441,188 441,188 000000000000000001c7d12440ec4739f005cce1908755875973ff6d79e42561 770 0.75/1.00 vMB 19
441,187 441,187 00000000000000000299cbaf0dac21cb32cea108d0e9c69f5388acda5dc08456 1,403 1.00/1.00 vMB 32
441,186 441,186 000000000000000000fac7b376a4c1cb6efe2d7219ebbd76e29c980835054cac 2,067 1.00/1.00 vMB 60
441,185 441,185 00000000000000000133f9d42d21ef01304259fe2688aeb665fb0fdc0a086c00 1,512 0.75/1.00 vMB 70
441,184 441,184 00000000000000000312a39c7257a34b6a628a0d97104be333e6923a0a589568 2,324 1.00/1.00 vMB 57
441,183 441,183 000000000000000002ecf6353baf7a92045d32f811fa9167633e7e2ef834b274 2,843 1.00/1.00 vMB 68
441,182 441,182 00000000000000000240edd335beb028a5b58cb70958b31041b6428cf42eec07 2,436 1.00/1.00 vMB 81
441,181 441,181 000000000000000002816ab8a2bac17e4f805ad8b6c34976246b88873000b822 2,885 1.00/1.00 vMB 71
441,180 441,180 00000000000000000137461a6537cae0d6e7a5b677e66bc9de16a9ef16f672d0 2,262 1.00/1.00 vMB 76
441,179 441,179 0000000000000000006a950b8e97b797b8ee5c1e87cc5cb8c37b6f21da655b03 2,612 1.00/1.00 vMB 95
441,178 441,178 00000000000000000182f293a87ceb7ce47d15ea864038d28a55b6b9d75149c9 2,319 1.00/1.00 vMB 115
441,177 441,177 00000000000000000393c90e7ad7bcc05e784397c759116cb0014e88414079dd 1,852 1.00/1.00 vMB 65
441,176 441,176 00000000000000000003a30128d8a5be687dbd0b561fc1358575588f3a030cc9 2,022 1.00/1.00 vMB 67
441,175 441,175 000000000000000001720e9e3c2efff78eb0890798070cc482193c742f1c7c65 1,172 1.00/1.00 vMB 61
441,174 441,174 0000000000000000008b2075311863dc399b8b541f0658f0de924acd1471948b 2,216 1.00/1.00 vMB 72
441,173 441,173 0000000000000000022f209df0d6f0356ba21d9b9febc8b17a4a99b5e894896a 1,482 1.00/1.00 vMB 70
441,172 441,172 00000000000000000228cdf0732102c8bc4cd0bc29f16cd7b26b1cfb638b9694 2,401 1.00/1.00 vMB 85
441,171 441,171 0000000000000000034dc71a553d0bf2b8a5b6e18ecb6a80b73e7533da79cb7d 1,967 1.00/1.00 vMB 64
441,170 441,170 000000000000000002b914e5494b69c1214827e4aa8986f849b75b39a154d866 2,728 1.00/1.00 vMB 75
441,169 441,169 00000000000000000016d023a630fb83e7193d16cf7f1f3b8802380c1121eb2f 2,823 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.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: 708.75 GB
    • Received: 16.76 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.