Loading Tool

Explorer IconExplorer

Memory Pool

82,436 transactions
31.20 vMB
0.11101580 BTC
Random Selection Loading Transactions
Max Size: 189.25/200 MB

Candidate Block

Mining Attempt 5c498305da9d7620d1fc3bb444c7d174b2dadfa2e24153c43f4ad4f4f56a05b8
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root d55ef7e2706d2c0f6a6eee1d8cff64872c4bb130a2e01adb491f4eb694c2bda3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,776
Size: 1.00 vMB
Total Fees: 0.03546170 BTC
Feerates: 803.65 > 3.55 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (48,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,307 867,307 0000000000000000000267c11e46c709e866c3109086dff1a7695569f4a070a0 3,433 1.00/1.00 vMB 42
867,306 867,306 000000000000000000002438282860d6956349ffb497b84f92535164698bd987 3,562 1.00/1.00 vMB 45
867,305 867,305 000000000000000000000684f80db9e07c550b6a11624d0f7d28e4a15cc78f30 2,694 1.00/1.00 vMB 6
867,304 867,304 00000000000000000002b662460a3a052a968b10c648a91c273b88ab2f2a2923 2,826 1.00/1.00 vMB 6
867,303 867,303 000000000000000000021fb4d3df9fd836a44df6bff7d1c8a48d23a7322f023c 725 1.00/1.00 vMB 6
867,302 867,302 00000000000000000002b87033db95c45804949d5d9824f31d44f31ceaa8fde1 792 1.00/1.00 vMB 6
867,301 867,301 00000000000000000000bc33e135cb3e30482f29e0d5d961fc303806a3970dd3 4,696 1.00/1.00 vMB 6
867,300 867,300 00000000000000000000aadfeaf651cb9df3dd24c0a04adb9abb38a85a8f8765 3,402 1.00/1.00 vMB 27
867,299 867,299 00000000000000000002c7f568df70942266ec9a3ec35cea6d1f7a5154e89f61 3,358 1.00/1.00 vMB 9
867,298 867,298 00000000000000000000c964a2a8f37a8c46dae1de8f214bc2c7ccc97c792d22 2,320 1.00/1.00 vMB 24
867,297 867,297 00000000000000000000d99e678b83abb13e3f4fab1034857483d376aa9fdc76 2,877 1.00/1.00 vMB 17
867,296 867,296 00000000000000000000edd374716fb4c42d1bfaf85f03ea8c258a84df36e08c 3,205 1.00/1.00 vMB 21
867,295 867,295 000000000000000000008da1ee40e530eb71b46fde8024d194d8d3b7ac847a7f 3,301 1.00/1.00 vMB 11
867,294 867,294 0000000000000000000138a90b7dce1f24df601ceb0443a62cd2251919cfed31 2,852 1.00/1.00 vMB 23
867,293 867,293 00000000000000000001220f8735774e9a9456c02381c31c7235da31ee7e3899 2,769 1.00/1.00 vMB 9
867,292 867,292 000000000000000000018ab3d3c7b426411baaeb89aca98528d5f36dcd232b02 3,966 1.00/1.00 vMB 10
867,291 867,291 000000000000000000010a5049b9e7fcc9bccad009427a99751b13bc41724835 3,819 1.00/1.00 vMB 6
867,290 867,290 000000000000000000012ab42dc4b0925ea3545122d07a2602518a4693647f82 3,611 1.00/1.00 vMB 24
867,289 867,289 000000000000000000000d19f203c2d835b724d2eb2e739f09c7eebe9f590fc2 3,119 1.00/1.00 vMB 23
867,288 867,288 000000000000000000012255731b23c694c2afd3073b0aa677c7e704a4a75107 3,885 1.00/1.00 vMB 35
867,287 867,287 000000000000000000012384e69a564987bf162e1a08b8ced6f95406a698b4c1 3,305 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.