Loading Tool

Explorer IconExplorer

Memory Pool

36,045 transactions
15.26 vMB
0.08542787 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 86.27/200 MB

Candidate Block

Mining Attempt a0074477dbda06678e72a6f8e2fc5627686551f80c1adc4be9a08db71a2cc361
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root 5cfa17cc08777d37a6105c511f3e07c19cb97c629d23bd909589ef980ea5f6c0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,982
Size: 1.00 vMB
Total Fees: 0.03162627 BTC
Median Feerate: 3.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (765,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,266 148,266 000000000000088542c011d3ea8aa88bd8620a8013c77b76e1bb58ac548cc783 9 0.01 vMB 76
148,265 148,265 00000000000000f7ae301a395dd691070d77d1734a7f1458d1a0b0bc1a59d6af 41 0.03 vMB 62
148,264 148,264 0000000000000049878b2ffe2dc1b52ca60bb7254c633c265194f238f03de233 78 0.02 vMB 199
148,263 148,263 0000000000000687a30ed03e7b7393a2daf9436f1a18fe8d4db2b6a02b70e44a 83 0.03 vMB 145
148,262 148,262 00000000000002a437c830bab8274213812e5fa03ee0a25876d042ab6bba4871 75 0.03 vMB 65
148,261 148,261 000000000000014ca101b7e8e45cd2c9ae09dcceb9f1f9e850d50ac8cf93b469 33 0.01 vMB 276
148,260 148,260 00000000000002916d55a28f7760957030444716166e5a58f46e3a6cd2647f5a 86 0.03 vMB 319
148,259 148,259 0000000000000568aa66f9cecefefd9de4fe992383082cbfec6a0b0fc1836a87 35 0.01 vMB 219
148,258 148,258 00000000000009df2113125c4f703bd893de26612d9847c12f1b506546c9c336 43 0.02 vMB 396
148,257 148,257 000000000000006eedccafc1a332599ac7c517f481e92140928b402164c00ffd 128 0.04 vMB 188
148,256 148,256 00000000000008fabcd4412e024fa72c8a869ebf6f00a3e174ddee2dd5b57fc9 29 0.01 vMB 169
148,255 148,255 000000000000010006a058d7ab1c07d9bddd02cef72e0a3a0e43a51f9dbf683b 4 0.00 vMB 66
148,254 148,254 00000000000009755240fd3e0b5165df552a0418e5f14615c8016154d99ccd89 14 0.00 vMB 40
148,253 148,253 00000000000003592cc9978b24de24368db736be0676015a55e6db4deef26ddb 7 0.00 vMB 16
148,252 148,252 000000000000037b16199457ab022562de0548bf3088beeef1bd880ad0d7d7d8 7 0.01 vMB 210
148,251 148,251 00000000000007f21318a36ceed1f722eae2c80d7f0c636fe14bb156cb4abca4 12 0.00 vMB 35
148,250 148,250 00000000000005764e33c043bd000893ed7caeb04738ad93b896de2d8d794616 38 0.02 vMB 194
148,249 148,249 000000000000083909980d0866bdc1f12549027f5519c7b8df478ffd87492585 17 0.01 vMB 160
148,248 148,248 00000000000008b534263751527dcedc55665031ccdb175f561150141318d180 88 0.03 vMB 157
148,247 148,247 000000000000023385ba3f5051654d8c4e02dab4a30e765c560b03aa5416bdcc 3 0.00 vMB 28
148,246 148,246 00000000000000003d78d4d1a9c83407497e7c61dce578ee620d4f36b9245ced 103 0.03 vMB 32
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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