Loading Tool

Explorer IconExplorer

Memory Pool

80,946 transactions
29.74 vMB
0.14796289 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt 705ce873c6e8efa8302aee6908ebd5845fff76897c58e8b9808ac63b6b08226c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 7fcbc3732fbbbe1c9524703a206f97283e9cd2b0473c05158e2fb38e4d361915
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.05605609 BTC
Feerates: 1,002.91 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (295,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,785 619,785 00000000000000000000f9b60ec4b45d2b66adca5b0bf8c9439c22352b45b4f7 57 0.02/1.00 vMB 11
619,784 619,784 00000000000000000009f2b4cc2068487dd1ea20889b7c1b5e5eb1b8e52db654 2,835 0.99/1.00 vMB 7
619,783 619,783 0000000000000000000d951be41cc0bfbb29b7985bf035015763c7673df6d2ca 2,731 1.00/1.00 vMB 16
619,782 619,782 0000000000000000000e46858d3443815600827770d6af96e4e3de5d77727a2b 2,515 1.00/1.00 vMB 19
619,781 619,781 0000000000000000000811cc1483723e888e634d350ebc9e2bae4ac232b6d405 82 0.02/1.00 vMB 10
619,780 619,780 00000000000000000004c34c6826fb65541eed9c519cb5f67e8eee2f18c652e2 1,464 0.67/1.00 vMB 10
619,779 619,779 00000000000000000009ae743e031436e0112ffa72786bb5412f6bac03fbac4c 2,588 1.00/1.00 vMB 16
619,778 619,778 000000000000000000113c9245c04dd6f095bbf5f331a3acb196b7c48ea5d78a 1,564 0.66/1.00 vMB 2
619,777 619,777 0000000000000000001194c53b30107b959a3c7c092f6a17f9331492abfb43b2 2,203 1.00/1.00 vMB 5
619,776 619,776 0000000000000000000ebc426c1ae13c7a257d5ba41135722cb870dae7f54034 3,109 1.00/1.00 vMB 20
619,775 619,775 00000000000000000008133a514091b70d468778599db0511681babbb7cf4964 2,683 1.00/1.00 vMB 11
619,774 619,774 0000000000000000000d99c7d4f7e0f50178bc93bdf0de561eadd9203167e266 3,139 1.00/1.00 vMB 22
619,773 619,773 00000000000000000003a2c1c984489d628cfc3d8e98092410f8cff549e0931c 1,226 0.40/1.00 vMB 15
619,772 619,772 00000000000000000004cf71586cffb459d7a1f3160a864b2d3b73865e5b2567 2,175 0.71/1.00 vMB 10
619,771 619,771 00000000000000000003f17e623aa1fbe4213977d72d60739c0a86f83de8157b 71 0.02/1.00 vMB 11
619,770 619,770 000000000000000000077804a223f98209e74f6bdedee92805147ec2cb1d2289 2,483 0.88/1.00 vMB 6
619,769 619,769 00000000000000000009290f480ced2be48d51b8ac9de02f8df1e9d9fec82335 2,651 1.00/1.00 vMB 8
619,768 619,768 0000000000000000000ee6cee455979f1ecbb90dfcb6e7ad7e3bebd0a51b2ace 3,548 1.00/1.00 vMB 16
619,767 619,767 00000000000000000000caf84a09a72516c6bd9098d958c39672a80081190521 358 0.14/1.00 vMB 14
619,766 619,766 0000000000000000000dc9091c7cb9ee7319866f065db975dca456629ecfa6b1 1,316 0.36/1.00 vMB 3
619,765 619,765 000000000000000000016914941376ede1b2f91bc842ac32e294fa1f33c6a10c 3,146 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.47 GB
    • Received: 17.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.