Loading Tool

Explorer IconExplorer

Memory Pool

50,997 transactions
29.11 vMB
0.07466806 BTC
Random Selection Loading Transactions
Max Size: 157.32/200 MB

Candidate Block

Mining Attempt 505879470bd634049981b9026d3c35671a4bf60f1bd0c3fb4e233b9d3cd06293
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root a19f8e0b9ef9e4accf3407e597ef70cf993d35fdc08e235c56c37cf678649512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,994
Size: 1.00 vMB
Total Fees: 0.01909156 BTC
Feerates: 173.90 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (220,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,226 694,226 0000000000000000000fef20038e2498f9e5a589378614f0d291e48d2e216ce1 2,095 0.72/1.00 vMB 17
694,225 694,225 00000000000000000012d54d416a3df59f1df4570f5b9c83f22f48668ddc5d68 2,014 0.69/1.00 vMB 15
694,224 694,224 000000000000000000006c180c2c3efee5d46bcdddbde5e038e5aba372e4b5dc 321 0.33/1.00 vMB 1
694,223 694,223 0000000000000000000cb538d81b049cb2119a692f1cf6ccd5a894e7844c6574 2,519 1.00/1.00 vMB 7
694,222 694,222 0000000000000000000bc02c2c41e25970147cff6e0de0102d8712cda3104e97 2,855 1.00/1.00 vMB 13
694,221 694,221 0000000000000000000de04c7595986c6f45847b56e8b3fa34a6d7d4943f5606 2,258 1.00/1.00 vMB 22
694,220 694,220 0000000000000000000f661a4d077dc71243c3cae55a7b952968c77ee6c1e727 544 1.00/1.00 vMB 4
694,219 694,219 00000000000000000007bd61673f48ad95764ea4423c1c53d3f4ca06441cec0b 2,419 1.00/1.00 vMB 11
694,218 694,218 0000000000000000000db95c9d99bede7e26d27b08331c2834125722be68faa5 1,391 1.00/1.00 vMB 9
694,217 694,217 0000000000000000000a4f1642030afed69846046c9121f8b9ba03684887cf4c 786 1.00/1.00 vMB 14
694,216 694,216 000000000000000000083b48bb5969e361ab0d4b42135208e0ff69d9325deedb 2,237 1.00/1.00 vMB 10
694,215 694,215 000000000000000000077bcf023a9e40d4ee11d6320564c97600e5cb518bced5 1,757 1.00/1.00 vMB 3
694,214 694,214 00000000000000000007e676a1e6c9becd3ac20584de1a1b5e25b9f6d9a846dd 1,756 1.00/1.00 vMB 5
694,213 694,213 0000000000000000000b2657fd15c117ed9bac14211a749b29dac5285ef83865 2,399 1.00/1.00 vMB 12
694,212 694,212 0000000000000000000ed74093ffa1221de0a9c673402da4a039f9b7162efec2 2,630 1.00/1.00 vMB 11
694,211 694,211 00000000000000000004abdf8ec9b7ac450296d608dcc392c3245162be92c3f6 2,521 1.00/1.00 vMB 10
694,210 694,210 0000000000000000000f0f98b574ffebd909cc213545e9fb3d0a2f41bc32a7a8 2,781 1.00/1.00 vMB 25
694,209 694,209 0000000000000000000b4f31f40f8d839a9258e2a6c2d59290743c92db243579 2,909 1.00/1.00 vMB 42
694,208 694,208 00000000000000000005a233f95d88ab2389739e2eddef846a67cb47c2c4ea2e 565 1.00/1.00 vMB 5
694,207 694,207 00000000000000000009769658fc10e81378dfebea478947553cfb848ec3d2ea 724 1.00/1.00 vMB 9
694,206 694,206 00000000000000000001951d117f8321c4d00903341753bc368b14ad81170a2f 3,026 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.