Loading Tool

Explorer IconExplorer

Memory Pool

26,617 transactions
6.41 vMB
0.05361250 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.72/200 MB

Candidate Block

Mining Attempt 65f88c5b3e4c91eae362ebb8d0804ce6cf007cf1f2260381e30eebbd8ef5ab72
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root d488f06bb118491e180d97be9b9da95bbcd151ad900b2a965b04cad8765c2031
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,723
Size: 1.00 vMB
Total Fees: 0.03720737 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (724,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,815 188,815 00000000000004d4397b5430330d384fdff9fa8b4aa0ddf9090897fc813bb82f 58 0.02 vMB 58
188,814 188,814 00000000000005f660beb2d50f2c46c591b143f9dc11bb8a48e6f628e4ed4a96 253 0.17 vMB 98
188,813 188,813 00000000000003f7589148a32bfe2aaf26aa4dc13ca184b58bf2221c5363c9b2 123 0.05 vMB 82
188,812 188,812 000000000000080f811502fdd6dd4cfab9580edf6b234b09f69e9c41183d96ca 23 0.01 vMB 72
188,811 188,811 00000000000002e96a1b29588d958aae97ea161e71ecf3115fd6fbf480e368b5 7 0.01 vMB 24
188,810 188,810 00000000000002ec0cee8502c1bfae8a5e2152cd0c2bc82a3396f4be0ff27ac9 90 0.04 vMB 107
188,809 188,809 000000000000075bd255774a6db366cce52d9888f4209eff3c63ffc0251b0d05 256 0.12 vMB 74
188,808 188,808 0000000000000050b1e39be82407476bf9b5cd6ac5d7062d8366fe7d065198a6 32 0.01 vMB 30
188,807 188,807 00000000000008efac6b3c46bfe46a381c0181ad2802b472e2ade8431241437b 449 0.17 vMB 145
188,806 188,806 00000000000002686836ac64af738b97d9417827269d069683c66f69081fb68a 195 0.07 vMB 829
188,805 188,805 00000000000000069ca876609f8af8ac38d4c383daaf1f9a5a9c88ba51232449 122 0.07 vMB 285
188,804 188,804 000000000000019a83be6d083962c5b289ccd452af3d62b3a9c440d85c469bae 29 0.02 vMB 22
188,803 188,803 0000000000000592d713de24039de1037b5b7cb8a8bd85f1d6d8e72dff0173c9 233 0.14 vMB 170
188,802 188,802 0000000000000668a53240d9919f9dda27c53a87364104875c495aa5e01060ff 140 0.05 vMB 54
188,801 188,801 00000000000001ca8155fe5d7b6e4bb2b9d0b02c4b04d48a8bd7ec2b7efbb659 170 0.08 vMB 174
188,800 188,800 000000000000065eb0c98bf7d10f5f1b4536a3f5b0ee50a295e6e0c42a8f4ff8 57 0.02 vMB 144
188,799 188,799 00000000000002c22b4c321f61cd265019f7b9d2f368bafcd0a5a213390316c0 112 0.04 vMB 198
188,798 188,798 00000000000000d1059bdc081da44c37f173c6b1299d55818b0ce0fdbafede01 46 0.03 vMB 84
188,797 188,797 00000000000005f3ab371abcb910706b16c8fce7e94dc0600a68ebdb8864618c 8 0.00 vMB 3
188,796 188,796 00000000000004d091fd9b9e74d6baf7d6aa1be892378c410d13dd8429cf2f94 353 0.15 vMB 124
188,795 188,795 000000000000003631bb25251c7d43d1eb1da24ce1ac5daec821717a95e839c1 171 0.06 vMB 38
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.60 GB
    • Received: 0.55 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.