Loading Tool

Explorer IconExplorer

Memory Pool

77,076 transactions
28.72 vMB
0.07421183 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt 6b32c3c28be02fd323358a4aca206fa2864b48b7200ba56c3a4f1e85e8480af4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e19b8a71a16966cf18ca91e9ce9c617be9ef75816f72ede94b4217797300d1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,055
Size: 1.00 vMB
Total Fees: 0.01455169 BTC
Feerates: 71.79 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (429,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,631 485,631 0000000000000000007e2ddb90325be52605893750ea8f89137568e00445c1e5 2,671 1.00/1.00 vMB 58
485,630 485,630 0000000000000000010f3f19532b850d50a1ae9ff477c50a1d821befb8cc5030 2,108 1.00/1.00 vMB 99
485,629 485,629 0000000000000000005e888d617d9c7eb6c0ef84202db56f0145238d00be0875 2,025 1.00/1.00 vMB 41
485,628 485,628 0000000000000000010bd7cba9e869924d6471ca0c98d74d2731d3c8ed81b1d5 2,091 0.94/1.00 vMB 50
485,627 485,627 000000000000000000543d45cc501854d09376530a853b82f8fcc8c61e0a3697 2,048 0.99/1.00 vMB 142
485,626 485,626 0000000000000000011a79ccd1cefce3bd7a26481ccf337f187e326f56840de7 2,305 1.00/1.00 vMB 147
485,625 485,625 0000000000000000010925d512aa374a6a003858df91950e1d040b17d00e9aa2 1,362 1.00/1.00 vMB 120
485,624 485,624 000000000000000000d2dd72b63915c9c1a017d5b9100dade141f02cb7458029 2,120 1.00/1.00 vMB 175
485,623 485,623 000000000000000000772fa60c075c57b8ba2db277a84454e1f8e27c3c307b10 293 0.13/1.00 vMB 49
485,622 485,622 0000000000000000010139ad7685e32ad82efc322adb2c297bd3633b59d9e847 2,036 0.98/1.00 vMB 116
485,621 485,621 0000000000000000007fae56fe43814d65d3024714d4d1d9657296f63da76b0e 28 0.01/1.00 vMB 2,341
485,620 485,620 000000000000000000edf884bda556cbe481ee22a1a9a9dcb37a3d2f1a532bd8 1,000 0.39/1.00 vMB 10
485,619 485,619 000000000000000000c5bb1b0e26faafd2bb4ea0522591815ce922da5611d62b 2,232 1.00/1.00 vMB 51
485,618 485,618 000000000000000000c0c5ee1f67b08fc5994c6038870b1a6aec89251856ff49 2,190 1.00/1.00 vMB 116
485,617 485,617 0000000000000000011ff96dafcbc9b68fac2b226b99ddd5ba793ff0900edc7a 846 1.00/1.00 vMB 159
485,616 485,616 000000000000000000c36f55b34568cd49ad81dd115a48334fc6dffb6f88cf1c 1,465 1.00/1.00 vMB 175
485,615 485,615 000000000000000000e79872cc7fcf2f6a6c245694dbe2427a4c1d221eb6ec87 1,057 0.45/1.00 vMB 79
485,614 485,614 0000000000000000007ac03b9ff3a72ed78ddb1a39d39b8c5e2dd527b13389f9 646 0.29/1.00 vMB 92
485,613 485,613 000000000000000000860bb1631042320c973899652b665d213de3c34fddc39e 1,469 0.64/1.00 vMB 90
485,612 485,612 00000000000000000095887dbad03519ad559db136aa2ed2246672d728b33209 27 0.01/1.00 vMB 399
485,611 485,611 000000000000000000d98025be91f36fbd565244db7cef3d3ceff233f32cb04e 139 0.11/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.