Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
31.23 vMB
0.09247523 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 5676668e89c523d7af475918e4ba641290a46a7d4cd49c3af75e03b1a9a9632a
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root d53770af8e4d31746ac6adc60a0705abef33dd5e6b067d90d97c0f5c781f849b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.02149398 BTC
Feerates: 114.60 > 2.15 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (508,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,879 406,879 0000000000000000017e84a1133f68cd0aab8a2fc2d88d391f4936a3cc4a10d4 2,119 1.00/1.00 vMB 44
406,878 406,878 0000000000000000043caec5072df7b424e5d720d12ff78f95a4ac772bbc0718 493 0.25/1.00 vMB 36
406,877 406,877 000000000000000001ebd6583449a992d10dee47715333df5e143d109c9d3414 1,481 1.00/1.00 vMB 28
406,876 406,876 000000000000000003ef71d5d99c943ab94fe045bcd4b92c9c16a44fe8944b29 1,808 0.97/1.00 vMB 31
406,875 406,875 00000000000000000214fdcd01b467211c246ff1f3b2365095ce910342b08186 1,173 0.52/1.00 vMB 43
406,874 406,874 0000000000000000001b100f621f7f54d534d515db6280ecdf2c1ba16c0739e7 685 0.33/1.00 vMB 40
406,873 406,873 000000000000000004b729064405c302ef16eff7fcbc264712e556edae6332a6 2,129 0.98/1.00 vMB 44
406,872 406,872 0000000000000000044081f5f680917dede9cad37d9b4a91025f4b64bda9ce83 693 0.31/1.00 vMB 50
406,871 406,871 00000000000000000157c364c65905c06129c283d2a2d92607e7c4c5fc1f467c 1,106 0.44/1.00 vMB 43
406,870 406,870 000000000000000000de4027d0da9efa1d6d78e192cfd67fe1892f8ccae91d3f 1,275 0.55/1.00 vMB 43
406,869 406,869 0000000000000000006b8d1a6f6c708ec4b3e60a28023834b9f251f771fd9ddb 556 0.31/1.00 vMB 49
406,868 406,868 00000000000000000553ff7eef4e4db033dca4f7fe253e49e37f4936c46fa998 1,459 0.69/1.00 vMB 47
406,867 406,867 000000000000000000b71368138a0c3471f4b28df3329bf27412174c7bfd6433 1,215 1.00/1.00 vMB 23
406,866 406,866 00000000000000000380130b077176e4a5f5b1bbaabc9b0e030046080e8841b9 2,937 1.00/1.00 vMB 62
406,865 406,865 00000000000000000493b5bd9764f5f73005c02487b2c7b0ba556d69477c1b93 1,278 1.00/1.00 vMB 34
406,864 406,864 000000000000000003ed835d050bec6553037bb4e911cd917f59ed94ad8e1d1b 1,219 1.00/1.00 vMB 22
406,863 406,863 0000000000000000007afa19a940128e8685b386821fa4c9f588d6977c7c0a22 2,658 1.00/1.00 vMB 50
406,862 406,862 000000000000000000e19d38b7c596c8df268f177a839eb67b23630bf141fff1 3,190 1.00/1.00 vMB 63
406,861 406,861 00000000000000000495dc48aa5f1d3134c370c880cd24fcf63558de069d62de 3,406 1.00/1.00 vMB 62
406,860 406,860 0000000000000000040af7aab07950c7f1ecd347b71991f1fd2c1d462facf7a0 978 0.75/1.00 vMB 27
406,859 406,859 0000000000000000046e87f2aaef62036f0503c9fa97ee722900615e521f0b20 1,379 0.67/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.