Loading Tool

Explorer IconExplorer

Memory Pool

73,602 transactions
27.35 vMB
0.06609925 BTC
Random Selection Loading Transactions
Max Size: 166.69/200 MB

Candidate Block

Mining Attempt ce1a4bf4893f6c091bac943365051fe84d40c8da59c6aa02076851fac0998ced
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root 991853108ee04c8d57730cfb43a07b95811554a6c406bcf2e947763ea5e3a0bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.00795450 BTC
Feerates: 89.32 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (620,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
295,204 295,204 00000000000000008451d2559dd1582fcdf464d5e2a14c07fe8bb3dc738ae92a 512 0.19/1.00 vMB 65
295,203 295,203 0000000000000000adbf11fd3033ac8a64da503e748f9639ad9edd9b5f1f7cb3 236 0.09/1.00 vMB 32
295,202 295,202 00000000000000000c6288a18248992b6b371d04c0f409d730b2baaafcd50ece 612 0.35/1.00 vMB 48
295,201 295,201 00000000000000007e31545bc4c2c59aec18070babddffa57c0f37c2e5254650 1,037 0.46/1.00 vMB 34
295,200 295,200 00000000000000005a52e8c0b5ac34c23e75fa672f25c2fb2381927f97717da0 169 0.13/1.00 vMB 26
295,199 295,199 0000000000000000619837815ab55fc5c0a4ece049a5a671ca942aed7a1991d2 392 0.24/1.00 vMB 29
295,198 295,198 0000000000000000ad0e82f2664039245f69980d79f6fba14d884ce497d67362 256 0.11/1.00 vMB 51
295,197 295,197 00000000000000001d06fd2c183dd78c3086b64b2ba1ee215126d87e8e10a2da 256 0.29/1.00 vMB 23
295,196 295,196 000000000000000003f26ad8070cae368d6c9ca3ea57c4421073bf7c16043912 414 0.39/1.00 vMB 21
295,195 295,195 000000000000000097e8824b21ef1c51c431e1beb8e25d6d8ebe9af359484c46 1,442 0.84/1.00 vMB 39
295,194 295,194 00000000000000005dc5ad546d823baa4cc22dba0bcd2e0c3f542d39de04d2d3 508 0.40/1.00 vMB 21
295,193 295,193 00000000000000004d96b54c6fb4d0bc7e404c6852fd95d37e6d5900dcf28a27 471 0.23/1.00 vMB 32
295,192 295,192 00000000000000003192f6cf0b5e9649376e90e30ad5cde0aa8be86454197e38 373 0.50/1.00 vMB 20
295,191 295,191 000000000000000009f3c89a3c6d7d1221a678a3acb4760f6861e8c20aef0465 362 0.35/1.00 vMB 21
295,190 295,190 000000000000000011f58a3943ed0ff6f74e6dd8bccddeab2fce670b3cac8d3a 551 0.25/1.00 vMB 46
295,189 295,189 00000000000000008cdd6f2a1424d7e5f7b5758ecab6e64f5fcc7160e080bd95 782 0.52/1.00 vMB 35
295,188 295,188 0000000000000000a42695333f3fd321117aa0aa983f5436b67f1b7910f5d56f 512 0.23/1.00 vMB 45
295,187 295,187 0000000000000000a4a53aaf2be2b90446bb0fcbfdafdda32727c355ed32a751 752 0.75/1.00 vMB 17
295,186 295,186 000000000000000079b39bb7a1300edd4d74f26a38114ba3f50ba2b7d3c7e3f3 1,272 0.50/1.00 vMB 45
295,185 295,185 000000000000000099f0ba056361734f1f839c394e2e48b8778a89694c8ad42d 1,094 0.35/1.00 vMB 73
295,184 295,184 00000000000000004a677f6f4c4f5e60657337bbf4da04ebaeeffce08fc785f3 80 0.07/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.94 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: 714.75 GB
    • Received: 17.60 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.