Loading Tool

Explorer IconExplorer

Memory Pool

39,829 transactions
17.59 vMB
0.14207773 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.06/200 MB

Candidate Block

Mining Attempt 19403b9786682ddaf043e2680dc324f68b02361212300f55f9538af148b8dad1
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 152dcc875a1375e6667beafe7fa42985370696e33312b7d4080f7e1e471b1b64
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.03821770 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (741,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,105 172,105 00000000000003f9094cdbb199a026fbb2b6e012da03e4c0940cf8dc6bc9ea47 80 0.03 vMB 165
172,104 172,104 0000000000000a7ff35bbc26ead3b7016980bfb48317b71c8c05cf7d57455579 32 0.01 vMB 9
172,103 172,103 0000000000000754f8b8497b24f62f38e9c3575a358a69bace2a032b4abbc1f3 83 0.04 vMB 206
172,102 172,102 0000000000000201af5928a93f3c299633dcab16ce9f37d30b541ad1f4465cf4 55 0.04 vMB 56
172,101 172,101 00000000000003a1ff4333c041e0e991e5baf760e80467fcb586ac5a7eff0986 1 0.00 vMB 0
172,100 172,100 00000000000007effb31f23496d30a54f98b51a1776d26a60e943efacb988631 1 0.00 vMB 0
172,099 172,099 0000000000000700174ff316565e238e7f09313836ed5c85583122baa2958b1e 97 0.05 vMB 1,416
172,098 172,098 0000000000000954c873e9cda02a9e60363b19604bd857e321c77c080ca6b032 1 0.00 vMB 0
172,097 172,097 000000000000092e939db361d0d86b18deb5af15a0d26cc1c2ce3f2f4a76baa4 26 0.01 vMB 132
172,096 172,096 00000000000008279388df06f5f1715f1e9711a9358abaaa829bcaa881050615 11 0.01 vMB 339
172,095 172,095 000000000000039083c03a3a3bbfc5771778a1435e24ca553a5266e00469c1a9 143 0.04 vMB 18
172,094 172,094 0000000000000695f252e878a2391d08fb88b686242f1131f01cd872817f9447 75 0.04 vMB 128
172,093 172,093 00000000000006a55d26a8b74443d0fbcf84b00c0fb1e8181f3990ba6d40bf10 63 0.03 vMB 176
172,092 172,092 000000000000054677ecfc386a3e452188eee182a3033e1f635ae3cf11e84f5c 23 0.01 vMB 35
172,091 172,091 000000000000098db45ea82ec8a95252918a5ae1c3a6a2ca4fd07cd848a5caa1 10 0.00 vMB 16
172,090 172,090 00000000000004d0abe143372132d0464a2ed0a6e900f9cf5f1de35813aadffc 23 0.01 vMB 20
172,089 172,089 00000000000006f20af891344771b099cf25446b2954ba415d53a0c0e128660a 102 0.04 vMB 88
172,088 172,088 0000000000000ae22d5ac963d26b63af654926fa7509e130f6320632e152a264 52 0.03 vMB 178
172,087 172,087 00000000000007d0fb8bd457c0303718ba1d6f52081f6addd7cc0956342440a4 1 0.00 vMB 0
172,086 172,086 0000000000000729ff84c40dffb9ac840994eb76b8701422cb7cc37456283179 14 0.00 vMB 257
172,085 172,085 00000000000009bee8fede7e984fcf95181d538addce4b5f5d14688d36b47453 31 0.01 vMB 26
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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