Loading Tool

Explorer IconExplorer

Memory Pool

19,458 transactions
8.85 vMB
0.07567857 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.26/200 MB

Candidate Block

Mining Attempt 13dca9c6dde9f92b5d000b6eadb42ba7e636af87004b69d81a725643cc2bb86b
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root ce98f4cd4f45d47ce7d216a5f5f20a2bb5a8ee253d98a1279544c858d475cc28
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,651
Size: 1.00 vMB
Total Fees: 0.05525653 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (696,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,860 216,860 00000000000004ba5fd91af46322822a518322f8c2d038d8e3b5b610f2084fd3 97 0.04 vMB 198
216,859 216,859 000000000000004999754a5ec2e99ba2269e78264ede7f6724767387ac229e63 146 0.06 vMB 182
216,858 216,858 00000000000000d411f33b45b29374bddec08cd0b23c670d181905756dc3f6d0 398 0.16 vMB 197
216,857 216,857 00000000000002564df6381844fba5c911bf2027fb29c311b14e7db1fb08e002 72 0.03 vMB 116
216,856 216,856 00000000000000739ec4da502f819d938f9aee947017fc675a5b73b56e3289ca 259 0.09 vMB 206
216,855 216,855 00000000000001a5afc5dd7be9c5179c580e736f1f3daeae9b1f2f70a37f13aa 206 0.10 vMB 148
216,854 216,854 000000000000050866fee3940e3dac1899dea952ce20c9927e0f29e296ebcd4b 665 0.25 vMB 206
216,853 216,853 000000000000051ad750055c2617163232fabe0cc37311176a11dd1ac3b27968 497 0.29 vMB 62
216,852 216,852 000000000000024d3ac1efe243c10921a7496ca5bee18acc4fbbe972251a91d4 118 0.07 vMB 100
216,851 216,851 0000000000000235425ac3fa694075a7cf0acafafdccfbe45f266f6cfcf53fef 203 0.09 vMB 145
216,850 216,850 00000000000001fce89e633fedb724f6c2da0091b1abbb94fed25116a7eb99d2 531 0.19 vMB 235
216,849 216,849 00000000000003c1dc8e727b54e51dbbd2a37874d43a97f0e575ce62aec52f7d 634 0.24 vMB 196
216,848 216,848 00000000000001e187e0dacfb7fecafeb81dc6442b293a2f7746374a96195aaf 176 0.06 vMB 106
216,847 216,847 000000000000017cde09d00c90067e5ae0702d64715abe8f0e0f25630b1efc13 121 0.06 vMB 114
216,846 216,846 0000000000000003310cb84815efa3c0a87390ec155a588f239d986a824d053c 396 0.25 vMB 102
216,845 216,845 0000000000000339bea12a3b3693fb55d30798887c38fe04432ffcb9ea6fe27a 829 0.25 vMB 257
216,844 216,844 00000000000003c3d8305f4f3a651c07ac1a37a5d250778fd31eeb6846eb1dd9 466 0.19 vMB 204
216,843 216,843 0000000000000272b59d0e80ae8227516450d2383e08440eb42b4aeeb968d1dd 768 0.25 vMB 213
216,842 216,842 00000000000004fd12ef13bca7552408f7b837cbd37f8cfc9a6d5226cc014572 112 0.05 vMB 100
216,841 216,841 0000000000000187112ae0ae8be2474d054323ec467e302e813a3ad7796cf02f 246 0.09 vMB 160
216,840 216,840 00000000000002951cc286c06d189663a4ff051fe3dbacc7f2adf2e63cebf930 580 0.20 vMB 176
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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