Loading Tool

Explorer IconExplorer

Memory Pool

48,563 transactions
30.36 vMB
0.08909252 BTC
Random Selection Loading Transactions
Max Size: 162.27/200 MB

Candidate Block

Mining Attempt 1ffcd0fbc01e65607793512c552070f6b1e55254f06eb7555debfe9ce46565df
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 47fe1b7084b03004ad8b71b98d2976ebebed79bd9b9c00a2054e68c68f2c1180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.02783179 BTC
Feerates: 101.56 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (125,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,225 789,225 0000000000000000000511dc71f13e11e4b7d799d7b83aee3e9f822e1b6d5072 4,550 1.00/1.00 vMB 84
789,224 789,224 0000000000000000000240b71facaa6820b518105b891f791feca4d919733052 3,358 1.00/1.00 vMB 162
789,223 789,223 00000000000000000004e7d5e1a60496bfbea6e27a1ec8d4fd2b059492fe1a87 4,482 1.00/1.00 vMB 74
789,222 789,222 000000000000000000058e35e45e29d84539b65e0839052babf32877f0a197d5 4,157 1.00/1.00 vMB 84
789,221 789,221 00000000000000000004959503ed6bbdc41e7c95f629072d3f7fbc2789484553 3,126 1.00/1.00 vMB 97
789,220 789,220 0000000000000000000046e0c3e5c6a0d23862aadcb82d53ff0ce9a4784a2cc8 2,815 1.00/1.00 vMB 182
789,219 789,219 00000000000000000000347b820d9462514312e8a11bf09b3cd4bfc794b44ffb 4,349 1.00/1.00 vMB 126
789,218 789,218 00000000000000000005ba74398e0b3e290cd9963977e38e0ed042f21a518673 4,508 1.00/1.00 vMB 67
789,217 789,217 00000000000000000001f635b9d34fc0c4cde4146d7fefe2f81bf4e08e1a6707 4,749 1.00/1.00 vMB 95
789,216 789,216 00000000000000000000a8ebd06caa95eec4e3dae9a01ce3f7d54486fb45e19e 3,402 1.00/1.00 vMB 144
789,215 789,215 000000000000000000049acbda6e75ffdabe6ff1717cf8fbd1d0af9b6c240123 3,626 1.00/1.00 vMB 289
789,214 789,214 000000000000000000027da9807a992211c4c1dd7542b83607b2aa42a2b9ce63 4,718 1.00/1.00 vMB 87
789,213 789,213 00000000000000000003157162089f53ad6bcf3f943bd23e9a1d256ed901ba6f 1 0.00/1.00 vMB 0
789,212 789,212 0000000000000000000428de2090a93bdf05409379e27e8035462f58ace1d8c3 4,652 1.00/1.00 vMB 91
789,211 789,211 00000000000000000001ef811147c2d95822aa8165efcad81db987921e44c537 4,673 1.00/1.00 vMB 96
789,210 789,210 0000000000000000000024f7b65d3d839add44f4f92187be1d2b4c37f65693d4 4,241 1.00/1.00 vMB 118
789,209 789,209 00000000000000000003319db91e2286d109440dbcd33244a9e48cb952da0846 4,864 1.00/1.00 vMB 70
789,208 789,208 000000000000000000030cbf53ff5c347455b5e91787d3b03b7dc01e85f9d87c 4,708 1.00/1.00 vMB 74
789,207 789,207 00000000000000000001690a7a1c28f4eac3b144f2cdccdf908c2b9754b13cbd 4,504 1.00/1.00 vMB 87
789,206 789,206 0000000000000000000246c23eb335b4b1f323c46573c81508bc0569431b2b7c 3,916 1.00/1.00 vMB 106
789,205 789,205 00000000000000000005a8d1054f395217524a2706a11aeeffacedb46348dda7 3,913 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.