Loading Tool

Explorer IconExplorer

Memory Pool

84,258 transactions
32.64 vMB
0.07947677 BTC
Random Selection Loading Transactions
Max Size: 193.45/200 MB

Candidate Block

Mining Attempt 12d71a07678c8d25afa11ee9f68fd91d5ff8abbabab0c2018b759979c7eae9ec
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 847266886d26205fb886f46b07ec946492585fb35a699e178e63deb69fc1962f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,800
Size: 1.00 vMB
Total Fees: 0.01486745 BTC
Feerates: 100.53 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (483,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,742 431,742 0000000000000000014ae588e9d0782a7567b69779902a0b80b5206dcc4ac50e 874 0.99/1.00 vMB 22
431,741 431,741 00000000000000000197da6defb9abdec7473308f046744d87a568f198c6adfe 1,013 0.95/1.00 vMB 30
431,740 431,740 000000000000000002fef2f1f9bc0d4f021d182ed38993753fd0e0e1a3713c45 2,745 1.00/1.00 vMB 70
431,739 431,739 000000000000000000cc42be94c7ac2780a2078c9ea842d8f69365634c583b07 1,543 0.99/1.00 vMB 42
431,738 431,738 0000000000000000034cf12d17903fcb7a90085a7be5dc7ad8fa4f364b28827e 27 0.01/1.00 vMB 58
431,737 431,737 0000000000000000013e7a2cd902cfcfc1477e144f8a8ee1912934a4f74bfc14 479 0.52/1.00 vMB 30
431,736 431,736 000000000000000003233dfb8fa7d3fe10a3ab519e0f14ab7065e43ffed0cb30 2,504 1.00/1.00 vMB 67
431,735 431,735 000000000000000000ad48d4de86cd4c28d7e8511844e28bbbaef2933ce1cf12 1,163 0.63/1.00 vMB 41
431,734 431,734 000000000000000000d807785663231e0db2515b5d1fa2b82428bd9ea7aca9e9 1,841 1.00/1.00 vMB 46
431,733 431,733 000000000000000003cee0cfe7f4782614921c393ed9d8991c34da75f6671729 2,586 1.00/1.00 vMB 69
431,732 431,732 0000000000000000026c5018cff50777048f8a07fe380f10f173b899699872dd 363 0.16/1.00 vMB 53
431,731 431,731 0000000000000000028c5c04a09886f27c6761845583f624d85e7ef6fdf70ceb 866 1.00/1.00 vMB 45
431,730 431,730 000000000000000002fae439a8bcd483c78c47339e03f1ead0c54588cac44d3b 1,555 1.00/1.00 vMB 36
431,729 431,729 000000000000000000c33f433234a7cc398592a76221efc42be31cd1e3852bfd 2,187 1.00/1.00 vMB 59
431,728 431,728 000000000000000003598bd1a6d41f0dcadf6bbca0f5b76c84280952a01b5668 2,726 1.00/1.00 vMB 68
431,727 431,727 000000000000000000f196fc8ca390e39c9302eb99c73fc3e07d02e9ac53ed66 1,737 1.00/1.00 vMB 41
431,726 431,726 0000000000000000001ee20d7dd2a98c8e997631a328c60a540cbc960bc7d1f0 2,794 1.00/1.00 vMB 71
431,725 431,725 0000000000000000031e9d5c1688f592675595718b8d7afbb0ac3520608e6447 131 0.05/1.00 vMB 60
431,724 431,724 0000000000000000018dc590bd371d7ff64c8e0d1ffeed2d2a711cfdf1bc8930 1,616 0.99/1.00 vMB 40
431,723 431,723 0000000000000000009d7d6a05f1041232a6afcb71d0efeabd69d1ece61ae395 278 0.19/1.00 vMB 36
431,722 431,722 0000000000000000001428a935ce3da65b34268427748f1645938e3cb3dae4b4 922 0.51/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.