Loading Tool

Explorer IconExplorer

Memory Pool

28,228 transactions
6.20 vMB
0.04024301 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.50/200 MB

Candidate Block

Mining Attempt c60f55ab4cc3ec24b2b4e661b0cdf7c3a71657abf69110ee4e023be20f105edd
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 9adf8f8790f15870c085584cfca11c314dbbeb6e61f78bc4f06a490fc423352c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 0.84 vMB
Total Fees: 0.02612167 BTC
Median Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (872,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,118 41,118 000000003df42d92527fb0698240cd00b92c1cd3d0f7f14a4c1a139cb2d84fc5 1 0.00 vMB 0
41,117 41,117 0000000020b009b26e618792783f8f8130b9c242dcd016523964b00b792b0edc 2 0.00 vMB 0
41,116 41,116 00000000041659ec7c27cd9fc17faeeb9bf7bd221a9f0bbd15e6373504997ccd 1 0.00 vMB 0
41,115 41,115 000000001b80c5a424a243815c8158fac435e26484447a198c85fa97cc5d6332 1 0.00 vMB 0
41,114 41,114 0000000026bdaa9ab54c8cdc2f896d38941c25db884b083f03442eb34d1c92a0 1 0.00 vMB 0
41,113 41,113 00000000428e0e9b08d8378255454b5e5893368ccd96654f82abbdfd7604f26b 1 0.00 vMB 0
41,112 41,112 000000003a1b782aad80e0e1f64373db9dee350ca24c9efcc5a92295d2c8550c 1 0.00 vMB 0
41,111 41,111 00000000163388772244a5d32abbd5d7a8a12ddfe23be67d68b23213a0437da7 1 0.00 vMB 0
41,110 41,110 00000000555e02ab8abc9dcc08dc666740429a9ac6800626abd4e172458fbd6f 1 0.00 vMB 0
41,109 41,109 000000003d07832dd55e093ec62e069716c8a396a3c62612eaa0dddc1a355614 1 0.00 vMB 0
41,108 41,108 000000003ba9faf4e70b382bf9cab718dde91c3a2bd6ef9fa2e28af76e7edf62 1 0.00 vMB 0
41,107 41,107 00000000134d9b02ff867cf73d790aa716f90d9c79377a2526d58b13ecf40f41 1 0.00 vMB 0
41,106 41,106 0000000061d378bc35c409c47d8a07ed7960a493aa67cecc791695b0bf6fd11e 1 0.00 vMB 0
41,105 41,105 000000003f85065bd7e4ff338a9c9e48012f4568ef63d828ae8b41386dbd1eee 1 0.00 vMB 0
41,104 41,104 000000000c03d6d9687d86553c20dc6b43ba56666331de41e6f9c69fa3624346 1 0.00 vMB 0
41,103 41,103 0000000028dbbc478618fb1e15c18bb261b5e97b2f5ae4d63ef12ae95eaa674f 1 0.00 vMB 0
41,102 41,102 000000005a060de4f59f371d58ad54c9b6825349c508f5de632f4149d6d64af4 1 0.00 vMB 0
41,101 41,101 00000000022261782236bfe63e9aa7552a7d77cb317f1b8e7a6affd46743f060 1 0.00 vMB 0
41,100 41,100 000000003443f07e2b7dafafa20cba23c04a117791afb2c4fe9bc6ba947e3e27 2 0.00 vMB 0
41,099 41,099 0000000025d8f1329eef75368368df8239cd8ce2d69010fe1c5ebccff39541ed 1 0.00 vMB 0
41,098 41,098 000000005b8a03e0f98bad079914c5751b4e597bc097ab22263b5a30beb25270 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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