Loading Tool

Explorer IconExplorer

Memory Pool

77,963 transactions
29.29 vMB
0.06335490 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt cbd182d762c9a7da40dbef744f1cd32b807e67f4ae2282d6ff680d73a141b8ba
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root e7970ac0b1d562ffad90109349ef68339184b1502f40b591fe512aa1da7ca5f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,827
Size: 1.00 vMB
Total Fees: 0.00404117 BTC
Feerates: 12.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (279,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,238 635,238 0000000000000000000ecf52d281d29412952951a7254cbe9b837cffed937fb7 3,013 1.00/1.00 vMB 38
635,237 635,237 0000000000000000000915714a2bbce990454eed94772610993c24fce05c10a9 2,842 1.00/1.00 vMB 60
635,236 635,236 000000000000000000093458e9f39d31518a7b8ad21d76547384ee771df00fd8 680 0.47/1.00 vMB 13
635,235 635,235 0000000000000000000fe9d4cbfe7447fa8d3adaf8c87bf20d2f9ec7f5798c34 2,371 1.00/1.00 vMB 18
635,234 635,234 0000000000000000000cffe1ecd3f954fa52b889442275b4bf8748f3d91247ee 2,072 1.00/1.00 vMB 38
635,233 635,233 000000000000000000020ff96b84888136f3a8f61a077a01d2b75d6f68bfd716 916 0.33/1.00 vMB 27
635,232 635,232 0000000000000000000f447fb2482618d74cb50e6ee159ffc0ecade966dc3b13 1,812 0.60/1.00 vMB 16
635,231 635,231 0000000000000000000713b728b2d4d01e9d354c9c483c23c08e716f0ce95ba8 2,627 1.00/1.00 vMB 20
635,230 635,230 0000000000000000001024b75a58bc1d2579f6e214fe2c8b1e0a757e17ef5695 2,129 1.00/1.00 vMB 45
635,229 635,229 00000000000000000006109fa4ec088228a6b274b7d48f0e0a7e223d6ffb880a 1,515 0.49/1.00 vMB 32
635,228 635,228 00000000000000000000b24898aad5954ce1e41dad6cc3027cc5c50fe177214d 698 0.53/1.00 vMB 11
635,227 635,227 000000000000000000087906f530ca381e294dc005fd8020a1d2dfc06884c9aa 1,144 1.00/1.00 vMB 8
635,226 635,226 0000000000000000000a4857d8070cdc879c8719e4c676b0a8c99bd4d63e7944 373 1.00/1.00 vMB 4
635,225 635,225 00000000000000000000aaadae72f384c6f25eb77866dfd292a20199523a571c 1,343 1.00/1.00 vMB 6
635,224 635,224 0000000000000000000d614abfc5c572f2e43f810396d25cc2ed44321bc0c056 2,602 1.00/1.00 vMB 18
635,223 635,223 0000000000000000000fd0b3b67e5311d5f4f6e161c28280ca249499d2a41d82 2,602 1.00/1.00 vMB 31
635,222 635,222 0000000000000000001169f2d5212771c9e34e9ed37ae2130cee8b85145f7a23 2,067 1.00/1.00 vMB 45
635,221 635,221 0000000000000000000ff62f510afbbc8e738a4283813c97b379d4e56445f847 1,528 1.00/1.00 vMB 12
635,220 635,220 000000000000000000116b9926f0606e627ea77fca178791fa59e0f4a1c942a1 1,942 1.00/1.00 vMB 11
635,219 635,219 0000000000000000000b7c7df008f6235844bae655af15e1ee0ddc07635a6de5 2,793 1.00/1.00 vMB 8
635,218 635,218 0000000000000000000c1d03822b1c58c73703fa302ea7ffaf13f673641c515e 1,824 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.47 GB
    • Received: 14.98 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.