Loading Tool

Explorer IconExplorer

Memory Pool

37,044 transactions
8.19 vMB
0.12813230 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.29/200 MB

Candidate Block

Mining Attempt c195fda9ac8fac3b4ebebc19bb2a6e1ed1183fa75092a3cc0f44ad382823f613
Version 20000000
Previous Block 0000000000000000000057ad9d1d6b5e34d6fbcde9b1004e9567218fbb95cf49
Merkle Root 44bc3152d8fb3c391c907648171d3cf5378cbe8bd481341bc3d3bed687e1137d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.07677823 BTC
Avg Feerate: 4.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,769 (706,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,867 205,867 00000000000001a1746bfcb6bcb724424fc573cc3ae3fcd7fcd1cc368a24f3fa 0.19 MB 422 351
205,866 205,866 000000000000002cae5cf7ec3971d6794b9248a59eb9b78064575874115475bd 0.02 MB 52 199
205,865 205,865 00000000000001daa3fa3580d0bff3d2f7bfeb0afa54da8cce1bfee69722a293 0.17 MB 290 119
205,864 205,864 00000000000002b138d3e5e2a18f709c529e8e72fadbd69f8ebc5990e4998db8 0.10 MB 221 342
205,863 205,863 0000000000000473b6aa5c2368c5ab0106aa03a93293509a130c9048beed8818 0.12 MB 300 267
205,862 205,862 00000000000004e6c15231f513e55b41a45af8a5777ff0a184b0d0acaa50d126 0.23 MB 546 225
205,861 205,861 00000000000000013b27259f8f54462c0f815d8b33e2cca8c0d2f2da48ad212e 0.00 MB 1 0
205,860 205,860 00000000000000e72083178685a9edbaa50b705142bd507d1f15f37c2bb4cab9 0.33 MB 460 166
205,859 205,859 00000000000000c6a0b1e116cd905127255948d5c142c23683ad243e49ef2ff7 0.00 MB 11 45
205,858 205,858 000000000000002056230449a5ec9cd103a85536aee9f380ddc0cdd93484f940 0.05 MB 122 148
205,857 205,857 0000000000000328bfe59135f61ca17a5d1599dbe2c1935394e5cddd8774bb11 0.20 MB 466 180
205,856 205,856 000000000000039e1ed46ecf1baa05408cdc14d33aa81421143e140ab71bf3b8 0.25 MB 537 241
205,855 205,855 0000000000000342707a0f10db4bd5c7e046afafc76f2c39ec47ba41ef631789 0.05 MB 121 165
205,854 205,854 000000000000014de9c01fe2794aa1d6593ce21b22b76d1d5041dd2f8383dac2 0.05 MB 133 50
205,853 205,853 000000000000045ae4bd6bd20fc801048630b42fab89da3058bf233d6d0e05fb 0.25 MB 822 306
205,852 205,852 00000000000001984885c7e2bcabf999971150a51d506e326c41b204e1e73bd4 0.00 MB 10 123
205,851 205,851 000000000000025f8337250114ff3912c5bfb8ccafdd6480ae93f7cf434106cf 0.00 MB 12 14
205,850 205,850 00000000000003884d8c2186ea896f1257e2cbba04b8425f6c4e357a1d2270a8 0.06 MB 140 170
205,849 205,849 00000000000000f2eee9c87e8ca96ff3799d1c648e46cd628bd80941a2b2334b 0.04 MB 116 14
205,848 205,848 00000000000000845d2b1a70b9bd24eeb9d50313b4d0bad39f5c4b35d5cec969 0.11 MB 277 171
205,847 205,847 0000000000000394eabe7937145f579c3bb3aec5a41d444b02cb42d650ed4ae6 0.15 MB 343 208
Previous 10 blocks ↓
Total Size: 778.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 146.86 GB
    • Received: 1.61 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.