Loading Tool

Explorer IconExplorer

Memory Pool

73,501 transactions
28.10 vMB
0.06657609 BTC
Random Selection Loading Transactions
Max Size: 167.16/200 MB

Candidate Block

Mining Attempt 8443fea048513d4c5c84edfac69bc38f8a4a0eb0389c6e0a2072f64042b18550
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root a9ac036c7a1adfe33dd36e448c3ca2b04e671f25fb0dde03362676408daeec08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,210
Size: 1.00 vMB
Total Fees: 0.01035598 BTC
Feerates: 101.62 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (479,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,152 435,152 000000000000000000995cdd2c47a80a8772c2a285fab085924d1cd259bb4141 2,051 1.00/1.00 vMB 67
435,151 435,151 0000000000000000010813f333796792695f18928a1ea79e6d3ac68fe758b953 1,022 1.00/1.00 vMB 39
435,150 435,150 000000000000000001141f1e7f46348270061e6d3d576e1fd2733308d023446d 1,445 1.00/1.00 vMB 31
435,149 435,149 0000000000000000042bb11cbe9246de821c22d01fc17a0715c31b356558753b 856 1.00/1.00 vMB 31
435,148 435,148 000000000000000000f3afff917a64ce420abee0521275801f1d631d4d48eabb 1,907 1.00/1.00 vMB 57
435,147 435,147 0000000000000000042ade2582cacdf7d30a0abe317830cc63af790464c81411 2,847 1.00/1.00 vMB 66
435,146 435,146 00000000000000000392b130dc03212fb1a8dac04d84c2d6a869d70cd3b571cd 2,768 1.00/1.00 vMB 86
435,145 435,145 0000000000000000004835e3102613748cd95d1c35320dd35e6a490bb8761825 2,180 1.00/1.00 vMB 58
435,144 435,144 0000000000000000030e26626fdc50739c876c0364bea123fa0f960be77ba47d 2,403 1.00/1.00 vMB 66
435,143 435,143 000000000000000000f0f5d2e027b8b09922bcfaa8940e13cdc1900acff0a8e9 1,444 1.00/1.00 vMB 36
435,142 435,142 00000000000000000283f05b64d53f1c413b35c1ce7abf5bef8b8e9b239e84c0 2,229 1.00/1.00 vMB 74
435,141 435,141 0000000000000000017e650040187e787795a68522d8cd317860499cec58c38c 970 1.00/1.00 vMB 40
435,140 435,140 0000000000000000037a71f833a7b641b702ef2325fd7aaf0b29679a10a50bf7 1,049 1.00/1.00 vMB 92
435,139 435,139 00000000000000000041984ae684125e1c6eab18ca7e4c2546924e6e6c24406e 2,444 1.00/1.00 vMB 78
435,138 435,138 000000000000000003d713b6709c1cc4783aa351fbfdb375c6fbd93ce43c131a 1,767 1.00/1.00 vMB 45
435,137 435,137 0000000000000000014f79ca53f0bc76d4f0012f7813e38bb4876bce614e4236 2,189 1.00/1.00 vMB 60
435,136 435,136 000000000000000004325d9334b43d5a6a7487e0fddc1d90b30ac4e7c278ed1d 2,157 1.00/1.00 vMB 83
435,135 435,135 000000000000000000b916488f46a1204d1d425d417131a3f271fad5b74e5cf6 1,979 1.00/1.00 vMB 58
435,134 435,134 000000000000000002ccfad2d1c71ca7fd97adc6e5a6e17ca148563037ecd57e 2,671 1.00/1.00 vMB 59
435,133 435,133 000000000000000003a7f92e87bde63cc5ada02866e217e4f686375d84bbb302 2,900 1.00/1.00 vMB 67
435,132 435,132 000000000000000000adb0878249151ecd47cbde495ba8df334e9068b4db3c93 2,588 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.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.