Loading Tool

Explorer IconExplorer

Memory Pool

84,788 transactions
32.26 vMB
0.10766996 BTC
Random Selection Loading Transactions
Max Size: 195.52/200 MB

Candidate Block

Mining Attempt b1f6aecb54e37c2e0d1a9f972b212fd0f7f81ad96e697677ccdbc6f9fbf9be88
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root fa6863db32222b81f92d2793dd52449819467189f190c8afdd26187efe4264fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.03457455 BTC
Feerates: 181.54 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (474,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
441,168 441,168 0000000000000000028b82cbdaaf92ef17f3e410bf67152797256134258beeb9 2,301 1.00/1.00 vMB 97
441,167 441,167 000000000000000001c66d6b47b938a8e2b3b8d90aed65e863069d4e24f8adea 1,689 0.75/1.00 vMB 91
441,166 441,166 000000000000000000d1254fb24ad6d29c39af68dd11bc6e03afb6fa2c4bcd5a 2,266 1.00/1.00 vMB 76
441,165 441,165 000000000000000002c72069e4eef35d152d5dfd31914b2b979f0586940952e8 2,490 1.00/1.00 vMB 113
441,164 441,164 00000000000000000029324071a05d651f83edd075fa8c5f2bd2a6c4d5e6d39f 10 0.00/1.00 vMB 503
441,163 441,163 000000000000000002de427919cb80513b80d0650abc15e087c1de46800e4486 2,620 1.00/1.00 vMB 103
441,162 441,162 000000000000000000b380984ac20566462daeed27b9fc8632d50864156c2471 1,478 1.00/1.00 vMB 44
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.76 GB
    • Received: 16.77 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.