Loading Tool

Explorer IconExplorer

Memory Pool

17,795 transactions
10.85 vMB
0.04992024 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.38/200 MB

Candidate Block

Mining Attempt c37ec250f55b073e33464d9029ade169e788cff6fd2572fcdde0e77d6b2abb24
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 640360b828e7f7fda32f03ddac7e7cca68f99b08665bd42b0093a2021b6c2877
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 0.9979835 1.00 vMB
Total Fees: 0.03261847 BTC
Feerates: 194.03 > 3.27 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (648,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,695 265,695 000000000000000a046b081de80cea88210d7afea53b6fb8417f8dbd9533584b 114 0.15/1.00 vMB 25
265,694 265,694 0000000000000000f5e03f049a520371f6c241aaed8c41794a9ebe07c2239f4e 649 0.25/1.00 vMB 507
265,693 265,693 000000000000000e4673f21c00ca53ebf500c50f25009d2cfb392dc19acd4ae8 194 0.15/1.00 vMB 46
265,692 265,692 000000000000000ebb4c849897ad55aa9f91a0c7974782548d678e81278725a6 114 0.15/1.00 vMB 7
265,691 265,691 000000000000000cd30897f991c2cdb613101ccb2a4b01a7fd03980239777c06 199 0.14/1.00 vMB 53
265,690 265,690 0000000000000003c1cce004a35c8d954baf8a8f2bbc126a600e91a0214c5f68 332 0.25/1.00 vMB 31
265,689 265,689 0000000000000008345adf4e483e0b9d3d6b4e366f7a532b7b50614915bcf534 1,318 0.50/1.00 vMB 137
265,688 265,688 000000000000000af6c7a00a7001c6e3f0447021528b32f97973c80adbdbac1a 281 0.14/1.00 vMB 69
265,687 265,687 00000000000000054a8b2876365a9f1d60e028d2b67fd2161ee2263aea4414c8 102 0.24/1.00 vMB 18
265,686 265,686 00000000000000091beccc04437033057e614aa3fad7ca17c3d920ca23f99dd6 356 0.19/1.00 vMB 63
265,685 265,685 00000000000000071b68acc3ffc31860352f4983daf43b0ce1330ad767a20e1d 486 0.38/1.00 vMB 24
265,684 265,684 000000000000000b513c304f43b79465c08c6e521d6b9a49988dfc548a3191e7 421 0.25/1.00 vMB 137
265,683 265,683 0000000000000001c0053b0b2b88d1a66c05fd8f86bad5f14a7fa5ec6a09faeb 519 0.50/1.00 vMB 63
265,682 265,682 000000000000000935a48c85d3e4ac7bd120c0f420733d513b3bda2e82081e91 21 0.01/1.00 vMB 82
265,681 265,681 0000000000000000378947615ad02ca9ff94b8d9dc851abbc3868d4835720feb 225 0.15/1.00 vMB 50
265,680 265,680 0000000000000005e2defede477f600682df16d35c08ebe325096ba146aa95f2 99 0.15/1.00 vMB 28
265,679 265,679 00000000000000023a4c54f00571ddbd25039fd67236105aab0e6c16a3618794 237 0.15/1.00 vMB 88
265,678 265,678 0000000000000006c03e3f5f56decd063b674ce89718f09f8f0bb72bdba65bda 181 0.09/1.00 vMB 60
265,677 265,677 00000000000000029a5d344ea8ae823f24bd81d60e33ee2e8792f794ae559dec 625 0.44/1.00 vMB 62
265,676 265,676 00000000000000019eb547c2b610f078ab0540f56309ca9c3325002102067ab5 241 0.10/1.00 vMB 95
265,675 265,675 0000000000000009c22a29c23d1371b74eba83887dae99a6824c9014fc65b59a 132 0.07/1.00 vMB 47
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.07 GB
    • Received: 4.41 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.