Loading Tool

Explorer IconExplorer

Memory Pool

83,162 transactions
30.88 vMB
0.08139577 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt a851cfbf1641d95ca94b9a3b5aad7e930c66702df3c8e5a2218f8dff2db9f31f
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root ebbbd2f4e14ae279ee35eb34490ad367f1c50f7893338d1069bb9da5321412bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01187280 BTC
Feerates: 163.11 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (430,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,571 484,571 0000000000000000010b33372d0d50d50423c64bde1edc5820f58b86cd14ffdf 1,767 1.00/1.00 vMB 69
484,570 484,570 00000000000000000090deaa045df577a0af3dbeaff5999e0309ff8264a62e78 1,694 1.00/1.00 vMB 35
484,569 484,569 000000000000000000cf068eccaf4ff7198927a0af7db130f8c9fddfe7533731 1,861 1.00/1.00 vMB 170
484,568 484,568 0000000000000000000ec7ed862a7eca3876a0beea816a6b0423c78521a83a2a 1,599 1.00/1.00 vMB 161
484,567 484,567 000000000000000000638b54fa421a2ff876a12d9e719f21a4bd080c6165ab90 1,878 1.00/1.00 vMB 192
484,566 484,566 00000000000000000128ce04f3ee8dfe797ea07883cfb1d50a8178089abbc605 2,406 1.00/1.00 vMB 199
484,565 484,565 00000000000000000031d2aaae362de30bc54f7d42b7d3e34411a83506c97490 1,637 1.00/1.00 vMB 256
484,564 484,564 00000000000000000026d3c0401e4e442beca22e077733351b2e38e4c65fc775 1,558 0.99/1.00 vMB 111
484,563 484,563 00000000000000000060ec25361e4d79f53df7dfae651731ba55be03b3ba57c8 1,674 1.00/1.00 vMB 195
484,562 484,562 00000000000000000115b986b643302d5bcdf505aea7a3910488c1b437ba175e 2,385 1.00/1.00 vMB 217
484,561 484,561 000000000000000000d5f1c71b486ce93026199c077a25913262aa2f3459aeee 443 0.27/1.00 vMB 150
484,560 484,560 0000000000000000008982b7bf18913dda8c787a63f9f0fb604d838ae0d20c17 712 0.58/1.00 vMB 43
484,559 484,559 0000000000000000010d3a785b2398626bed5732ec509c9e90be403d670be7f3 1,343 1.00/1.00 vMB 72
484,558 484,558 0000000000000000006d52f74c3cfbc29d4624b080d6a93f0f6bb48ebf4465f2 1,788 1.00/1.00 vMB 110
484,557 484,557 0000000000000000008f8304b5e8ca040ac7dd42660f9e1d9734459d40f86e0a 2,054 1.00/1.00 vMB 233
484,556 484,556 000000000000000000589b265f98b09ef10dcaa304125287041a1645aadced79 2,084 0.99/1.00 vMB 211
484,555 484,555 00000000000000000009222e8c4edbe1a58357e53ccc3fd74135f4175cfee8b2 2,207 0.99/1.00 vMB 215
484,554 484,554 000000000000000000c0f2c9735be7a86e9ae8b7be5ad11c68362aa4b13e00a9 33 0.01/1.00 vMB 724
484,553 484,553 0000000000000000000f747d5fef4e72396236e7d999d0b865f775ec53b7be6a 1,057 0.57/1.00 vMB 145
484,552 484,552 000000000000000000fcd07e1c5a7120710186614d3492693d33882e9fa6896f 356 0.24/1.00 vMB 14
484,551 484,551 00000000000000000079d6c9dd323dd65f18657eb1a6cad5106726f172ea86be 2,015 0.90/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.99 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: 717.97 GB
    • Received: 17.87 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.