Loading Tool

Explorer IconExplorer

Memory Pool

32,466 transactions
19.96 vMB
0.03961808 BTC
Random Selection Loading Transactions
Max Size: 115.58/200 MB

Candidate Block

Mining Attempt fc92b3d8848db4a87048a8e8900d86133ab6ecf044cc3af29f777fb73162758a
Version 20000000
Previous Block 00000000000000000000f5d5b7edcedd173a721fdbc415395947b090a30b652b
Merkle Root 0722b37fe44cb59a4dbb9611e218d06224f868fa4964f92da99d419aea0a50fb
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.01671394 BTC
Feerates: 541.18 > 1.67 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,779 (156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,623 938,623 000000000000000000017e7baef685f7e6a4fb01992b20bae4da7c80ef43886d 3,548 1.00/1.00 vMB 5
938,622 938,622 000000000000000000003776c0a23d930d99a42ca4181eab3b4b5ac9aec12cfa 3,040 1.00/1.00 vMB 5
938,621 938,621 00000000000000000000128d78eda0f01f8edd1e6f3a5325ab71224c374caa3a 3,820 1.00/1.00 vMB 1
938,620 938,620 00000000000000000001e8c9780d856a49b25a0e73d37752ab9426705c0b5ab7 4,906 1.00/1.00 vMB 0
938,619 938,619 00000000000000000000e8f6038883217cc33f3e64a7dd5dda7982b31af4d9ce 3,096 1.00/1.00 vMB 2
938,618 938,618 00000000000000000000c433a4800fd697b17eafede4d7dbc2065f2b88901bd1 3,593 1.00/1.00 vMB 3
938,617 938,617 00000000000000000001610fdafae7c6a327326c3a8993c29e0b9e2b15216d89 3,753 1.00/1.00 vMB 3
938,616 938,616 000000000000000000006cc1a6ab3b118aa41cc0d111e375b89d7411a59f6374 3,142 0.99/1.00 vMB 2
938,615 938,615 000000000000000000015e4a824befb487146627a0d635a9f3e4f590274fcb4d 3,310 1.00/1.00 vMB 4
938,614 938,614 00000000000000000001494eed78ec1402ec9bf3302f10d2e1ac40f70d1301ee 2,141 0.64/1.00 vMB 3
938,613 938,613 000000000000000000006833809cd75662407939fd1add115c56acfd0eda5cad 4,270 1.00/1.00 vMB 1
938,612 938,612 0000000000000000000039f6b90ce1c4afcc6abebcb646950241db97a5bd7138 4,144 1.00/1.00 vMB 1
938,611 938,611 00000000000000000001783d948551137ec0b2acb2c375c4a408f6ca72d4d8b4 4,578 1.00/1.00 vMB 0
938,610 938,610 000000000000000000016ecafa6b1bcaf8a953819fc3b41f81470c9d4cb3deb0 3,917 1.00/1.00 vMB 1
938,609 938,609 00000000000000000000ffc6c93882ed0ba7b92cb89e20fae6a2c35f3814ecb3 3,387 1.00/1.00 vMB 3
938,608 938,608 00000000000000000001410f2aaa662f53d365fd3cf0ab20a094fb45dd3e2cd4 2,976 1.00/1.00 vMB 2
938,607 938,607 00000000000000000001928dc0b9305e3d1ff727cab3e0babe90f5d26bd25ad9 3,819 1.00/1.00 vMB 1
938,606 938,606 000000000000000000012cf38b9d0f68e10f16fb7ef5b23d0088824e4e02b84b 3,509 1.00/1.00 vMB 4
938,605 938,605 000000000000000000006d11bc54e457ca72ecc7e0e23dfbbea097d2ff47e091 3,019 1.00/1.00 vMB 2
938,604 938,604 00000000000000000000195218dd8917469454dd48cf3040dd47158e5dbc3513 3,609 1.00/1.00 vMB 5
938,603 938,603 00000000000000000001bc8a11a6d62b78d4394d4c481baeaab64d0dd92c5f72 3,463 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 824.51 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: 4,200.78 GB
    • Received: 229.30 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.