Loading Tool

Explorer IconExplorer

Memory Pool

15,240 transactions
11.20 vMB
0.05554362 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.78/200 MB

Candidate Block

Mining Attempt 2cb8434738952cf3000860b4d9cd51d2609a14e41d6cb0f8346bb87693eefa36
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 4d9e32770c3c70fc714ee0fddbd5f9eb5de79d36e2895fa724f4221507713d1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 0.9979795 1.00 vMB
Total Fees: 0.03248186 BTC
Feerates: 1,002.97 > 3.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (745,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,908 167,908 0000000000000aefea6844425945b0448c9e1a2eb6b8f5df8cb7c6a01e8e8b6d 8 0.00/1.00 vMB 85
167,907 167,907 0000000000000b4ad173d59b2f628c2d33cf839ea1b41225b9e1605dd9df7615 3 0.00/1.00 vMB 114
167,906 167,906 0000000000000b3f9ea92a98e3cde39c5695e7f53c1f486fd046fd09eb477433 78 0.02/1.00 vMB 20
167,905 167,905 00000000000006447041fd310c5b5b105c98791c6eff9aa57940344800613cb2 11 0.00/1.00 vMB 40
167,904 167,904 0000000000000a409fb052b71daa87760f1450bc693e11745e677114b7c0c8f3 29 0.01/1.00 vMB 59
167,903 167,903 00000000000002b0bf826326d596c45a1c5f7422f0debf54041be4d3e5312f33 30 0.02/1.00 vMB 137
167,902 167,902 0000000000000bbc5faa464d5b76768a6c9e41e28c0b9d8d366da76ce457feb3 27 0.01/1.00 vMB 78
167,901 167,901 00000000000004ca947d07f395e89f38cc1acc8854e58d0980eede2a11d8b83a 12 0.00/1.00 vMB 0
167,900 167,900 0000000000000bda3eb35bf59eef25e7354af0cb904421f6cee44464cabe1a6a 88 0.03/1.00 vMB 101
167,899 167,899 000000000000034eba7f9057abc1a66870c5b2a54ccfea2f2b46e91218136242 24 0.01/1.00 vMB 298
167,898 167,898 000000000000097436770feaf4081540abfd882911f098484aa417ba1856dd2a 24 0.01/1.00 vMB 42
167,897 167,897 0000000000000a5284156957b60df3ded53cfd3451a9b08b53657053ce42048e 51 0.03/1.00 vMB 282
167,896 167,896 000000000000082e08fc1aeaa1606c8b3b1405126d845776f1a79ecefcaf8177 80 0.02/1.00 vMB 2
167,895 167,895 000000000000064349de39932c34522a8107c16f236563029a01005b766b2c5d 113 0.04/1.00 vMB 28
167,894 167,894 000000000000098487031c4f2724dd02fadfed1524cef5c4e1982881535834e5 25 0.01/1.00 vMB 83
167,893 167,893 00000000000006bead81eb4e661638d2b6307c625a0ae680ebea91351386ac82 30 0.01/1.00 vMB 340
167,892 167,892 0000000000000a9ec2484c3946f67e717dabfff11119ea01167bdb05ebc92549 18 0.01/1.00 vMB 43
167,891 167,891 00000000000009de89c04c5675bc5fd41c2929dcf313b509404aa1fb754dcf64 35 0.02/1.00 vMB 111
167,890 167,890 000000000000080ba8f0737477848c8ee6c395f91f6e45ee385fe60379dd7652 82 0.04/1.00 vMB 250
167,889 167,889 00000000000003213b55d1d1d31a62cfcf4704c051880e06dddd3a10ad537544 58 0.02/1.00 vMB 167
167,888 167,888 000000000000049b11a5570e6c419959874f251f492c0238f6690be29e454b0e 25 0.01/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 780.28 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: 516.80 GB
    • Received: 4.47 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.