Loading Tool

Explorer IconExplorer

Memory Pool

82,854 transactions
31.35 vMB
0.10614528 BTC
Random Selection Loading Transactions
Max Size: 190.64/200 MB

Candidate Block

Mining Attempt d0b5cc2501b0b1e1627d6b5c7588921c1a6863aa90e46cb284fa7682ff6f6dc0
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 341951733ca35e07045732c4b8499bd13b76a4831b409d6457ed01ab1026bca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,991
Size: 1.00 vMB
Total Fees: 0.02924184 BTC
Feerates: 151.12 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (12,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,810 902,810 0000000000000000000180924ed5328277133ac6f43bd8704094d948b39024be 3,088 1.00/1.00 vMB 1
902,809 902,809 0000000000000000000064ab31451914de843cd2b2d249ee5c0b3dfc7336db4d 3,296 1.00/1.00 vMB 5
902,808 902,808 00000000000000000001804c7b157f02fee8e267d717bd70451dcfdddde218cf 2,773 1.00/1.00 vMB 2
902,807 902,807 000000000000000000019809e3aeb76ddbbaa2cbebe3cfd2d87f3b6e596c8acb 3,993 1.00/1.00 vMB 1
902,806 902,806 0000000000000000000194405cf767c9b2e475457d76efa5d6e8da0cb2eea8dc 4,069 1.00/1.00 vMB 2
902,805 902,805 00000000000000000000da88a2f892b5f5fec51b115750da35be02ab53b41a4e 4,111 1.00/1.00 vMB 1
902,804 902,804 000000000000000000019bbaa678ee7f221e90ba86e163c75a0618eb2964dd8c 4,292 1.00/1.00 vMB 2
902,803 902,803 00000000000000000000dbc6dea61e2ed9bc419a3d7487b489fcd04bfffbdb39 1,219 1.00/1.00 vMB 2
902,802 902,802 000000000000000000018fa334ad00f30152a8a605a341bd3409b8b8ed941ad4 3,610 1.00/1.00 vMB 5
902,801 902,801 000000000000000000000323353cc337f4aa26866f31be27e4c71b8c58199d1f 2,366 1.00/1.00 vMB 1
902,800 902,800 00000000000000000001f8cf26868f2f945022a794edfcc99faf1a475797aef0 3,182 1.00/1.00 vMB 6
902,799 902,799 00000000000000000000a75c8528e96162b7f85f08eac05ab8101e4503b60dff 2,190 1.00/1.00 vMB 5
902,798 902,798 00000000000000000001cb25a82585e16d6ed88dd9c9b53b3b59c8a7591449ec 3,793 1.00/1.00 vMB 7
902,797 902,797 000000000000000000018a1f0c394689a5bca621721568d7a965a63c30e270b3 2,586 1.00/1.00 vMB 3
902,796 902,796 00000000000000000001f7f079997cb7bcbf07a6d59e8ad96c54b18e5a97e587 2,531 1.00/1.00 vMB 6
902,795 902,795 000000000000000000004e12e3d4eb447d2b0f18de2975580c43568e61987fea 2,408 1.00/1.00 vMB 5
902,794 902,794 00000000000000000001fd85d99f4219755cc292cf1c16de13e8b94dd25ac00d 4,313 1.00/1.00 vMB 1
902,793 902,793 000000000000000000007f3f4458f195baf4f1f98d619856d38476bb4c66af2d 4,472 1.00/1.00 vMB 1
902,792 902,792 00000000000000000001926b1bd95c2a6aaaacba427c5c3869884c5f12545598 4,559 1.00/1.00 vMB 2
902,791 902,791 0000000000000000000168ee3bcafe16e46ea194be4bffbde2b9609634ec2901 3,892 1.00/1.00 vMB 4
902,790 902,790 00000000000000000001eeb148e08e811306f4e9ccbdee90c659769683012116 3,644 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.