Loading Tool

Explorer IconExplorer

Memory Pool

31,154 transactions
6.39 vMB
0.02494380 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.21/200 MB

Candidate Block

Mining Attempt ef161c91f0c69ea7ffe9d866a04a6d90c754f64938a2985e59de5514529a2453
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root db43d4453f86a637fd2cb30f650a309a3429ecd9f5547a039ba229acc72e3d76
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 660
Size: 0.32 vMB
Total Fees: 0.00817501 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (706,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,814 206,814 000000000000003d7af75998df03321070b78532faf2f20628388723ff26812f 0.12 MB 287 160
206,813 206,813 00000000000000a869a6b33812ddcef61546d7eb3a0db6ccc9d08acc92b8cb40 0.12 MB 253 133
206,812 206,812 00000000000003b929037acbe950f10aef175f9056ac36827c377b9a89ea1e2f 0.04 MB 112 91
206,811 206,811 00000000000001c42c46ea85786ebe29e69d265f8f572a39db840d7f7b3d6258 0.32 MB 710 178
206,810 206,810 0000000000000154620c0314898cde065dec79ca6626f4944c40aa73b0046e08 0.12 MB 279 157
206,809 206,809 000000000000030a88e2b070b1ab46afba405c3dc37d1fac37d4790d669741ad 0.14 MB 368 199
206,808 206,808 0000000000000488a6fe3d054154da8fd50b49b100047319fca005264687aa75 0.05 MB 130 115
206,807 206,807 000000000000039276e6b07e82f3af609150290b6fdf9414c055900f3956cd71 0.14 MB 329 163
206,806 206,806 0000000000000382442f82028bc856a6c0e3adc1f3b30cadd1ef7c54ae6c4fa7 0.48 MB 628 127
206,805 206,805 0000000000000252b0d86370052353f1198cac9e7a769891b01b493bc982f2b0 0.00 MB 9 31
206,804 206,804 0000000000000476b01d358d3ea2623024f3d1b1cb2c261487a768d38efb36ea 0.25 MB 828 269
206,803 206,803 000000000000006d6da15a08aa002a2d9c2941a8ed90880a9b12627477c626fd 0.36 MB 790 245
206,802 206,802 0000000000000375d80dc195d3ba543c8d894f776ea80a66b8e13c993366de6c 0.00 MB 11 166
206,801 206,801 00000000000003dec9f84aeadecfdb02589e58a326d16db6a46fdc178066f957 0.20 MB 624 193
206,800 206,800 00000000000004f0a960fe1e7ddbdfb81541b636025710a29cdd0992969770a1 0.26 MB 173 135
206,799 206,799 00000000000004b5b07de43911e367aa8272e3c2cee7923a2aa47fde9f22214c 0.11 MB 278 139
206,798 206,798 00000000000000297d2d194bc47751822e9d18eec1a0e7ca8400c92b0ad9fc89 0.18 MB 326 150
206,797 206,797 00000000000002444838f534860258e46d07cc8faa7d18dbb4db86fb96b4e573 0.25 MB 670 192
206,796 206,796 00000000000001d3ab29d5fa3e2c71022a1ee137ade06f80ea79ab9f79b0ef56 0.19 MB 536 232
206,795 206,795 000000000000049fa39ec9e7b5236249f29058b95136f85a9666a04dd39f41cf 0.02 MB 66 29
206,794 206,794 00000000000000952048e24145d1909c9fda7ec8334d1bbc7de9cb37b385c86e 0.07 MB 142 136
Previous 10 blocks ↓
Total Size: 778.79 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: 357.33 GB
    • Received: 3.19 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.