Loading Tool

Explorer IconExplorer

Memory Pool

10,083 transactions
2.38 vMB
0.01039376 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.94/200 MB

Candidate Block

Mining Attempt bff2fb4d1507bef96d41cc2407b7134daf37414c7f456e215ea328e8a5093dba
Version 20000000
Previous Block 000000000000000000013bb03277b3866ead7bfdbe2b885c9f2f2fd5b7491eaf
Merkle Root 27ee3f004ff22995aded06707ce000135d899eaa8de7e68907056ecae9be421d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 536
Size: 0.13 vMB
Total Fees: 0.00476647 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,889 (814,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,717 98,717 000000000000ca7c1c879e9bb901310b80bf69b95bd7b6f9f61ef293a93c606c 0.00 MB 1 0
98,716 98,716 000000000000e0ba63afcd91e4752625e0361f890dc10308b09feaf27dd3b0e0 0.00 MB 1 0
98,715 98,715 000000000000f417f43d112fc8d10bb0e9acb8d6a89f35c9757b6c33dc2f681a 0.00 MB 1 0
98,714 98,714 00000000000140a271ff1d30c6d6b2235f7aa55a1a8e188151c0b4d1a52e9283 0.00 MB 1 0
98,713 98,713 0000000000048022ddd880ad4537bdd3092a1f3ba7d727b8862e728210b3deb3 0.00 MB 4 0
98,712 98,712 0000000000027230852b518e1dd350e53587b0f887802916ed412a7ecac937e4 0.00 MB 1 0
98,711 98,711 000000000003cc2ccdc5d3fdeb3bad2a9ec8e8049eb8b0ad2f6e345fedefefbc 0.00 MB 4 0
98,710 98,710 0000000000041686f6659924bdf47ae35fe40dcc621f86063b37ad62716fc98d 0.00 MB 1 0
98,709 98,709 000000000001fb3f958867d1aee551afa2c8ec45de02c4af6183d94a294533b5 0.00 MB 4 0
98,708 98,708 0000000000009e3277a7022364fb99a3eaa8508e64fd5cd21d60e37a3eada4f5 0.00 MB 12 0
98,707 98,707 0000000000037de79c3c13e34abaac6ea170eade5f3abbea0347dfefbd1609b8 0.00 MB 11 0
98,706 98,706 0000000000010f62027252b997d3fb01caf7313713d299e15a3a8ea6606a2fd4 0.00 MB 4 0
98,705 98,705 000000000002b047fda94a8c7fbf3bd073656883749b38dbbad12cb7ce6daf46 0.00 MB 2 0
98,704 98,704 000000000004fd62c94d8162a9d6568f1de8a5091b3809f960222c0bd782079c 0.00 MB 4 0
98,703 98,703 0000000000031c9369a7438697705d5cfbc7284be97e021ddc25926ecf9ff02c 0.00 MB 8 0
98,702 98,702 00000000000231d0deaf6929d7f0bca82037621453cf177eebc3b43e8bc08aa2 0.00 MB 1 0
98,701 98,701 0000000000026a4fe48156900433d7fa1af863f9956afe902ebbb64d9852f7a8 0.00 MB 1 0
98,700 98,700 000000000000fc0bf43f757443d95994da84b0040d92f3fe97b4c49843c8671c 0.00 MB 1 0
98,699 98,699 000000000004d7098addef96dc240da0fa7167dd650c9c2fdad8dcb1c58d8116 0.00 MB 3 0
98,698 98,698 000000000001464b3bfb65f42dc329410d8db536b9662b91a020648d26dd4cd0 0.01 MB 25 0
98,697 98,697 0000000000008b9b38151d812347b2297d01cfaef1a74f940b6de518a33ffc7b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

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