Loading Tool

Explorer IconExplorer

Memory Pool

74,442 transactions
27.46 vMB
0.06995715 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt 45d9ef6b8427a1694cf3c353adb959bdbf01b93f8054db4c52611e94d9b792ff
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 68c6fbf0b0ab0e01f5aa3c264535e1db72385249b58aa476040c9c4f04af8b7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.01059364 BTC
Feerates: 100.53 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (322,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,559 592,559 00000000000000000009b6eae2adf5ec04d5c45b8bff183fa709491162ad32a8 291 0.09/1.00 vMB 16
592,558 592,558 00000000000000000012f782e6982c1fe97ca099cddbcb9d1acc4888bfdc1598 1,648 0.57/1.00 vMB 21
592,557 592,557 0000000000000000000413902ebc5fb23919468b04e507e2f82150aa13fc69f7 887 0.28/1.00 vMB 21
592,556 592,556 00000000000000000010f9514184412f2c0f1effabc0c27aa0b75a5943172dfa 179 0.05/1.00 vMB 13
592,555 592,555 00000000000000000009cf3f41e58c7ee7e959e38f97ac4972cfae6f1950d60b 1,223 0.56/1.00 vMB 4
592,554 592,554 0000000000000000000cb31e5cab7ecf014694004bb045b7bf8a82f722fe9d19 2,563 1.00/1.00 vMB 24
592,553 592,553 00000000000000000017aef0cdcdad37e3918a1e0c144aa0c825e2add175f339 3,124 1.00/1.00 vMB 4
592,552 592,552 0000000000000000000dfe3f33f0d9b60f3c54749476f1e7f775eeb4542b6174 2,639 1.00/1.00 vMB 35
592,551 592,551 000000000000000000071f0b806b3e2da35d3707729af1221fd6a680270f1718 3,163 1.00/1.00 vMB 28
592,550 592,550 00000000000000000000b8a49de179808fc8464b5e87d23219696f79a9d93acb 2,237 0.70/1.00 vMB 19
592,549 592,549 000000000000000000063ab8a0699508f945f750c5cec20aa11634f14a9b8c97 3,013 0.92/1.00 vMB 18
592,548 592,548 0000000000000000001a960d7c290919bf2d5b5c6b4e03700a7b1a9f27394c06 3,211 1.00/1.00 vMB 21
592,547 592,547 0000000000000000000540ab345d78ef815c34732ef90b3b49170dc2e212f906 1,351 0.49/1.00 vMB 19
592,546 592,546 0000000000000000000292f1093f7573e13d87187a2b2234dd2bfa8f631a11de 27 0.01/1.00 vMB 34
592,545 592,545 000000000000000000004faf1858c2fd409c9153082a9b87e518bb978abc3d09 814 0.33/1.00 vMB 27
592,544 592,544 0000000000000000001638d69fcc5ab39ff66273ed3c8e5a72e722ba3575491a 2,233 0.84/1.00 vMB 22
592,543 592,543 00000000000000000015f42e70b8a7a63a5e70cdeeb37892e289f468cfafc659 244 0.29/1.00 vMB 6
592,542 592,542 00000000000000000005408d8c5d73a0ed7a188c1fbaa63090f13bce1c69d2cd 3,181 0.98/1.00 vMB 15
592,541 592,541 00000000000000000000d24e2ef9f55307f9376fad78f8a64711cef20fc4fefe 3,177 1.00/1.00 vMB 38
592,540 592,540 000000000000000000137c77cf9f90f139e00852d08c7a58cc6c898b9cd08c0e 2,117 0.70/1.00 vMB 19
592,539 592,539 00000000000000000014bac70cf6a2f64bb8b131af73cf05ab60111ed7138aa3 2,131 0.75/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.