Loading Tool

Explorer IconExplorer

Memory Pool

26,681 transactions
5.96 vMB
0.03991224 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.62/200 MB

Candidate Block

Mining Attempt 95418cadef3f35bb8cf0eef307babdcd6759896cbb052a5e20b0628cbc68680b
Version 20000000
Previous Block 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9
Merkle Root 096d0abb537b02c39ecc664f5d093942902e184eba56788ac5abe5192c40bc94
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 0.95 vMB
Total Fees: 0.02673745 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,208 (872,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,123 41,123 000000002a502e58031a852110e29a4ca7174032d9a75fd355392fbf5b6085ff 0.00 MB 1 0
41,122 41,122 000000002f6296ad5185a1e4741aad91e456b3934ad302780add835ff95c1711 0.00 MB 1 0
41,121 41,121 0000000001b860b37bf41bee8e177677c13ccc72279f0e2a43a8f0fe55e9fecd 0.00 MB 1 0
41,120 41,120 0000000036f0536ebd877004630c8e0bfaa1a3f43d13090ae6e5e3df58498f18 0.00 MB 1 0
41,119 41,119 000000004d48c1f30dd19d5959dc12c643acc82fb03e33afeae82ceefd954bcb 0.00 MB 1 0
41,118 41,118 000000003df42d92527fb0698240cd00b92c1cd3d0f7f14a4c1a139cb2d84fc5 0.00 MB 1 0
41,117 41,117 0000000020b009b26e618792783f8f8130b9c242dcd016523964b00b792b0edc 0.00 MB 2 0
41,116 41,116 00000000041659ec7c27cd9fc17faeeb9bf7bd221a9f0bbd15e6373504997ccd 0.00 MB 1 0
41,115 41,115 000000001b80c5a424a243815c8158fac435e26484447a198c85fa97cc5d6332 0.00 MB 1 0
41,114 41,114 0000000026bdaa9ab54c8cdc2f896d38941c25db884b083f03442eb34d1c92a0 0.00 MB 1 0
41,113 41,113 00000000428e0e9b08d8378255454b5e5893368ccd96654f82abbdfd7604f26b 0.00 MB 1 0
41,112 41,112 000000003a1b782aad80e0e1f64373db9dee350ca24c9efcc5a92295d2c8550c 0.00 MB 1 0
41,111 41,111 00000000163388772244a5d32abbd5d7a8a12ddfe23be67d68b23213a0437da7 0.00 MB 1 0
41,110 41,110 00000000555e02ab8abc9dcc08dc666740429a9ac6800626abd4e172458fbd6f 0.00 MB 1 0
41,109 41,109 000000003d07832dd55e093ec62e069716c8a396a3c62612eaa0dddc1a355614 0.00 MB 1 0
41,108 41,108 000000003ba9faf4e70b382bf9cab718dde91c3a2bd6ef9fa2e28af76e7edf62 0.00 MB 1 0
41,107 41,107 00000000134d9b02ff867cf73d790aa716f90d9c79377a2526d58b13ecf40f41 0.00 MB 1 0
41,106 41,106 0000000061d378bc35c409c47d8a07ed7960a493aa67cecc791695b0bf6fd11e 0.00 MB 1 0
41,105 41,105 000000003f85065bd7e4ff338a9c9e48012f4568ef63d828ae8b41386dbd1eee 0.00 MB 1 0
41,104 41,104 000000000c03d6d9687d86553c20dc6b43ba56666331de41e6f9c69fa3624346 0.00 MB 1 0
41,103 41,103 0000000028dbbc478618fb1e15c18bb261b5e97b2f5ae4d63ef12ae95eaa674f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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