Loading Tool

Explorer IconExplorer

Memory Pool

86,177 transactions
32.36 vMB
0.10892016 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 13e30584fceaf4e55caa96ef81012a26b0017e0bef9baf8ea76677aa7c2e7b16
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ed8571ee517dce8aaa7e3d04408b9389b6361c8076d17eb4e10f8119ed8e9624
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.03540821 BTC
Feerates: 218.18 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (73,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,596 841,596 000000000000000000016d7173c2b533fd151d5a4a2433811d3036d9d6f6669f 3,319 1.00/1.00 vMB 27
841,595 841,595 00000000000000000000e45da096e66ca989ee95e7458e7f88e0f16f735f4835 5,586 1.00/1.00 vMB 20
841,594 841,594 000000000000000000013cb6ee77a9fa2624ad6bb9ff74c8a042e789aba70dad 3,936 1.00/1.00 vMB 23
841,593 841,593 00000000000000000000b020b2eac4f9a00a0eb467950ad06ca22c01b1a31d53 2,764 1.00/1.00 vMB 33
841,592 841,592 00000000000000000000e39991da851110097532b68ffb2a753b741b2ab90120 3,575 1.00/1.00 vMB 21
841,591 841,591 00000000000000000002548020fb3a8d44e89b1aa4c54a79726be46aff69d3f3 3,162 1.00/1.00 vMB 33
841,590 841,590 000000000000000000010c952eab2689fe93d579b0e980a42a81bddd963c6944 5,065 1.00/1.00 vMB 23
841,589 841,589 00000000000000000002eec3147c1e6c47d0760311980b2e1f114280d4c9f766 2,675 1.00/1.00 vMB 27
841,588 841,588 00000000000000000001e723eefec382360ff26654d22d93d91e7f069c680181 5,273 1.00/1.00 vMB 24
841,587 841,587 00000000000000000000de9b29824a89427a286cdff59d9b42cfc2941066229e 4,177 1.00/1.00 vMB 26
841,586 841,586 0000000000000000000275091cc4491b9b54496a948c3d5f24b359c74bf361d8 4,043 1.00/1.00 vMB 26
841,585 841,585 00000000000000000001403e8f3b5c3c73fb79e383afcf289f8acbf65c7eb2db 4,227 1.00/1.00 vMB 20
841,584 841,584 00000000000000000002eab649ba08468aa12b3c1ebb40940b8319d969cd6771 2,289 1.00/1.00 vMB 18
841,583 841,583 0000000000000000000283a1daa3afec3916d7777fc9b48dbb6a52932b57955a 2,240 1.00/1.00 vMB 16
841,582 841,582 00000000000000000001d306f7d42016bab6b80414814bc7b6397b12b8b2779e 5,024 1.00/1.00 vMB 23
841,581 841,581 00000000000000000000af678eaff8716197b9480709fd01832e1cfa5d63d7a6 4,060 1.00/1.00 vMB 27
841,580 841,580 000000000000000000025f1b17931413a130de5acc752a15d20d69d88593c23f 3,859 1.00/1.00 vMB 27
841,579 841,579 000000000000000000009495e46928bdd0dff69baa2db814cdd6b2a5011e9f97 3,571 1.00/1.00 vMB 26
841,578 841,578 00000000000000000001f5d6063a8ec36c45ef66011a27d5ec810500549fc17d 4,584 1.00/1.00 vMB 24
841,577 841,577 00000000000000000003296cb950e61ab21541a1cb48e49c14c4279f25046b78 5,424 1.00/1.00 vMB 18
841,576 841,576 000000000000000000000e3d7bc4c1a4ff6bf4f0a510e77b062a7e249605f5d9 1,530 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.