Loading Tool

Explorer IconExplorer

Memory Pool

88,332 transactions
32.32 vMB
0.17285860 BTC
Random Selection Loading Transactions
Max Size: 195.72/200 MB

Candidate Block

Mining Attempt 2b600387b6eca402da96f86fc8efff0e21024e0a70b606a07d42826a98542239
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 9e6f485e5996b9b95d1b65f9adb8cec198a227d570292730743efb6e687a8f36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,741
Size: 1.00 vMB
Total Fees: 0.08400422 BTC
Feerates: 216.64 > 8.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (177,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,021 738,021 00000000000000000003d76f93bdb46ddf3d52c453d837ba8d6f6647a804329a 2,416 1.00/1.00 vMB 17
738,020 738,020 00000000000000000007f0f41842c59630cae082002b62ad68a973c21d2d2aff 2,557 1.00/1.00 vMB 19
738,019 738,019 00000000000000000009071c6b6c79ea32a04fe05a912f6775d232279f47af8e 3,536 1.00/1.00 vMB 26
738,018 738,018 000000000000000000010159be390a9a9c66586dd8da212c0d7da4105ba1f234 3,362 1.00/1.00 vMB 16
738,017 738,017 00000000000000000005f54bf65b1ec9e8a3fb14876c30fc2bd5b93633146bcd 2,998 1.00/1.00 vMB 32
738,016 738,016 0000000000000000000827372605e95dd0eaba8c5ad8a814786938b537232fda 2,614 1.00/1.00 vMB 11
738,015 738,015 0000000000000000000782b931f8798dfbe2c628a3e092e83ba80a3c9da2dfd9 2,983 1.00/1.00 vMB 21
738,014 738,014 0000000000000000000488f35c1d360184cccc037c20cb72d2717395f0878050 1,819 1.00/1.00 vMB 15
738,013 738,013 000000000000000000002238647348a1fa9b21a6b5c1b99980050b978f11278f 3,253 1.00/1.00 vMB 18
738,012 738,012 00000000000000000003d6e76e60d95260762c65f421e8b0a97abe6a1827d4b7 2,986 1.00/1.00 vMB 31
738,011 738,011 000000000000000000024d931a48e5cf104b6cf4f750180d5b6d003eb9d6ca99 3,028 1.00/1.00 vMB 23
738,010 738,010 000000000000000000062c074d23d95934388d5323f2adca066e3119c500de92 3,256 1.00/1.00 vMB 21
738,009 738,009 00000000000000000000d78fff64002403fa32c2555ff4d7107a585bf6d1b18c 2,860 1.00/1.00 vMB 23
738,008 738,008 00000000000000000006ed567004da1d3fae7fc5fe5e5d5587fbba1e7884270e 1,013 0.35/1.00 vMB 9
738,007 738,007 00000000000000000002ad40ebd7f2dae882f780cce8d5120d8700021531b88d 2,463 1.00/1.00 vMB 8
738,006 738,006 0000000000000000000414d5e887a57965d9c571643a4ce4c8de43dd137c0c4b 2,757 1.00/1.00 vMB 17
738,005 738,005 000000000000000000063ee0334fef649691e368bc2de18abed49186d76fec0a 2,763 1.00/1.00 vMB 26
738,004 738,004 0000000000000000000756389e50b8fa7bbdcdc3cd5433f89a288a7c3972b36c 886 0.64/1.00 vMB 3
738,003 738,003 0000000000000000000671f2303b30688b857b038cada667550f650efa3a12be 1,864 1.00/1.00 vMB 8
738,002 738,002 00000000000000000006a42d89972c9a9961fb387dbcd95a5db03689ad1e5e6c 1,721 1.00/1.00 vMB 18
738,001 738,001 0000000000000000000537876eb235088c3f5458a28f7ac7c03de06dd99e2e0a 1,388 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.