Loading Tool

Explorer IconExplorer

Memory Pool

21,650 transactions
9.40 vMB
0.06204776 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.13/200 MB

Candidate Block

Mining Attempt 272ae12d40b0d13c56805350a3f81f68d1e033dd86f6d6b1ad4963666db705b3
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 97c10bf2fd4d34ab346a140abebcaf46106a40b4477155cf6276f6c6a7f3cbdb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.03573921 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (696,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,864 216,864 00000000000002615d99e371266b0538650aa6bc84004da8eb4c0a465fdceb76 276 0.14 vMB 120
216,863 216,863 00000000000002fcdd01a0047d4f02b9a59f6ada335e0b4411f2717d4216603d 501 0.21 vMB 204
216,862 216,862 00000000000000bfdf4e11f0441e58a7328cf3d67e7be02a73437f43dfbcf606 567 0.25 vMB 155
216,861 216,861 0000000000000365daf11d69c8d403e8ec375eb871c255a8491b0503e7d92c41 810 0.29 vMB 276
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
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 250.73 GB
    • Received: 0.95 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.