Loading Tool

Explorer IconExplorer

Memory Pool

82,042 transactions
30.51 vMB
0.13374990 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt c3807dffd31adbcc35b9aec5a61e46835aceb4d41822d3368334206b42ce9613
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root fac33c8d2c02fd44478685d11e33ea47f2c128b44273c86e7f93d6cc6615585b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.05224095 BTC
Feerates: 302.06 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (351,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,454 563,454 0000000000000000001b72bb6e35d351c251f21f27b697e2d4aec0ffd7014e75 2,921 1.00/1.00 vMB 13
563,453 563,453 00000000000000000003c67626b5d2898d3b7e1bde2dc2ab5e2532d16c277ec5 2,987 1.00/1.00 vMB 39
563,452 563,452 00000000000000000020ecf3991ec380260bda6b05e4c78012d173b88e8a80ff 3,074 1.00/1.00 vMB 3
563,451 563,451 0000000000000000000f218e2c565555d45c1a9db6b92b49d8258c13cf45ea5e 3,192 1.00/1.00 vMB 31
563,450 563,450 0000000000000000000ef949efd301a25f48e888fe56e807db4b90f26f245ece 1,582 0.62/1.00 vMB 16
563,449 563,449 000000000000000000136ad2d8b8a3568ac84eb8e33404b28069e81dd233c01e 3,136 1.00/1.00 vMB 16
563,448 563,448 0000000000000000000b0520bfa81c512812dbf9f9591220c11e6fbca1f297b4 1,904 0.65/1.00 vMB 13
563,447 563,447 00000000000000000001babfa58c1aa9bc5d245f84c71b6cb40a730368c646e4 1,977 0.69/1.00 vMB 12
563,446 563,446 00000000000000000018796185aaecf47f82ee5d4129a5c9ca7297fcd80ac91a 2,574 1.00/1.00 vMB 22
563,445 563,445 0000000000000000000ce746fd2e47b9ffc6925f5cf80c052182a1035e24e2f0 544 0.25/1.00 vMB 4
563,444 563,444 000000000000000000040c8084b49f6b3726c827f07ba6d526605131719a73e9 3,001 1.00/1.00 vMB 4
563,443 563,443 0000000000000000000d73986d786f79f299183d8e208879eb34518901e6ff98 1,562 1.00/1.00 vMB 7
563,442 563,442 00000000000000000018d8084d45ac3db6174c84580fe1836fb5412faf0aa8e2 1,061 1.00/1.00 vMB 10
563,441 563,441 0000000000000000000655dd2564a8c4539c4ca1fa847c79b6642cb425105086 1,808 1.00/1.00 vMB 18
563,440 563,440 0000000000000000000b268bc316faad070d26126fa5253bc76e51ae9dd96be1 1,814 1.00/1.00 vMB 28
563,439 563,439 000000000000000000110e1b5c0f9f97cd9ab7ef5d906c255c771439c24efba9 958 1.00/1.00 vMB 77
563,438 563,438 0000000000000000002585f3a7edd4952129cdcde33fbf20c4452800a398369b 2,706 1.00/1.00 vMB 30
563,437 563,437 000000000000000000093768e8a5d01da8568e93a2752b29450fc3e2b511668e 144 0.04/1.00 vMB 14
563,436 563,436 00000000000000000010c3697254f8bf4f37452de21faa106a303891c3ff676c 50 0.01/1.00 vMB 15
563,435 563,435 0000000000000000001fb02a7daa1139133aea1fd8e1b2e15236bece8cdd9f28 2,394 0.92/1.00 vMB 9
563,434 563,434 0000000000000000001157df84c5fff0c0c9fc8271806e95a15c4691a0cddcdd 2,754 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.