Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,067 transactions (0.56 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 2,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (224,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,937 687,937 00000000000000000006667ef9ede66e6e1c874006ee52b7aec5c5a21e54b578 0.65 MB 1,312 29
687,936 687,936 00000000000000000007bc61c6fd6aaca05a72074128159cd0e90103a1b9880e 0.69 MB 943 24
687,935 687,935 00000000000000000007976440c97adc2b6412f05419beb87f7e48b08cc8e937 0.82 MB 1,411 26
687,934 687,934 00000000000000000007ceb3b2ee06f2913ef0a7faee6119b43e3dfd82e2178e 0.07 MB 143 30
687,933 687,933 00000000000000000000c71dcc03b67488ae68159c6a6afb12c0226de41ffa64 1.14 MB 1,874 6
687,932 687,932 0000000000000000000b2a7edd61ae9a7219fc8ae15ce1d2bd852282265de993 1.15 MB 1,101 26
687,931 687,931 00000000000000000009a27a2b7fabf1c5a60ddda5802889a78b4d53478fd37e 1.46 MB 2,347 54
687,930 687,930 00000000000000000004490b278afed4069844d1a7c98026983c6583320dfcd8 1.26 MB 2,778 3
687,929 687,929 000000000000000000060a2101829b77614ac3083c78f97c3d5ca5e1724bd784 1.46 MB 2,415 36
687,928 687,928 0000000000000000000ca395be618085ab5d0a6a681e1abb4d0a08ca8ae4cb08 1.41 MB 3,074 41
687,927 687,927 00000000000000000002c94df880164e9fdd3428ac2f9c84646d9f67bc6a73f8 0.73 MB 1,245 26
687,926 687,926 000000000000000000096cce45df04dac4685595a8d992273f9d4630ad930b3b 0.77 MB 1,071 10
687,925 687,925 000000000000000000059e0c36c685a531138c5ba53cad623c4c5567596124e8 1.34 MB 2,517 10
687,924 687,924 0000000000000000000771fb723f9d1dc4623970eb948a09c297566adc5f9451 1.30 MB 2,357 19
687,923 687,923 00000000000000000009971517a12c0f661a23e720f90c9a00ea8838d991ec53 1.53 MB 2,693 28
687,922 687,922 000000000000000000007a0f74de16bb319b64d2e8f0c640c025c74b0b199b0a 1.27 MB 2,044 39
687,921 687,921 000000000000000000061316d01df447b4523e2a9a2d5408c524ad8dc8b160ba 1.22 MB 1,168 39
687,920 687,920 0000000000000000000a671ffb6b4550b2fa09c45bd6b5719532e004b5e738bf 1.35 MB 3,170 10
687,919 687,919 0000000000000000000dc280dce65ca8e7fb47017394912857b291bc05f482ba 1.31 MB 2,108 12
687,918 687,918 0000000000000000000a22c618947a5f1378dab1b7cc41d0f4b74a30cc78a362 1.51 MB 2,318 30
687,917 687,917 000000000000000000088a1393b167bdb3f2505d5a494ea300b43f2c20549cea 1.49 MB 2,862 37
Previous 10 blocks ↓
Total Size: 777.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,499.94 GB sent, 133.62 GB received

Notes

  • This page updates every 5 seconds.
  • 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.