Loading Tool

Explorer IconExplorer

Memory Pool

81,935 transactions
30.66 vMB
0.10078406 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt a9953fcb13356885e2b04dd889e7d606e3d5238d1426ea05c23a70fd389a492a
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root ca6192754fdd0bbad25a1dbae23a14ea45fd58fae0d9889aff77524c4c59dd06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.03505219 BTC
Feerates: 150.77 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (279,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,373 635,373 00000000000000000009f0feff7acf27a9852e58b56d40d488e36b4d3387b5ef 3,035 1.00/1.00 vMB 53
635,372 635,372 0000000000000000000023acd1d6fca9e446560cd77dfa53a3fa8100438f1d60 2,482 1.00/1.00 vMB 14
635,371 635,371 0000000000000000000d1988a99d09cd6288b553bf2ce1bb2f441a1fa4f20044 1,699 1.00/1.00 vMB 30
635,370 635,370 0000000000000000000d01574894ca6cbbdf9c66924250418990eeee127e686e 2,168 1.00/1.00 vMB 54
635,369 635,369 00000000000000000002c8665a7963c91bb26fbe1de0b6f4183b3f1711219017 2,811 1.00/1.00 vMB 38
635,368 635,368 00000000000000000000d3760745b132158fdb216d65ffe5a2c37bb7cc0638fa 2,614 1.00/1.00 vMB 31
635,367 635,367 00000000000000000003fa4edf2850fdde887d3740cdc6c313990f4a0dcc0c22 1,706 1.00/1.00 vMB 13
635,366 635,366 0000000000000000000ac101009d6a68c2892dbf3bfe6edf85620603c72ce2aa 1,263 1.00/1.00 vMB 24
635,365 635,365 0000000000000000000acc78d98eb99db8a8023d75d2781dcae1cf6214a5d20d 1,832 1.00/1.00 vMB 38
635,364 635,364 0000000000000000000e04b5d8eebfd7c9fcc9ccfe84c4ff0d7c6fa85ade7453 2,671 1.00/1.00 vMB 20
635,363 635,363 0000000000000000000b99194a1246f102a987468af94b863b1b6a3f6f972b52 2,126 1.00/1.00 vMB 47
635,362 635,362 0000000000000000001072a36c38d3c9e6cf1b3bc85d457606a39830574ba8c0 2,386 1.00/1.00 vMB 37
635,361 635,361 0000000000000000000eda55fc99cdef65299c5bd9b525923a3603cf1e539c8e 1,885 1.00/1.00 vMB 30
635,360 635,360 0000000000000000000eb62e897b07b36538777fbe2ca462894adb61c1049bb2 1,961 1.00/1.00 vMB 22
635,359 635,359 00000000000000000007934867b05d98921bcee1da45d8879155d557571eadbe 2,532 1.00/1.00 vMB 27
635,358 635,358 000000000000000000088976d48a19294be7ba7b39be7d003783de75fe13cad7 2,665 1.00/1.00 vMB 36
635,357 635,357 00000000000000000000887ff3040f84cb2eb9a57b7558b5b4583cb83d33ebde 2,197 1.00/1.00 vMB 28
635,356 635,356 00000000000000000005b79fa62148b96b77477d2a4f407e3752524511f6fa64 2,241 1.00/1.00 vMB 46
635,355 635,355 0000000000000000000d77e229b610c486abc484789c3532a94b922578d2844c 2,634 1.00/1.00 vMB 27
635,354 635,354 0000000000000000000e51e39df0bb4b124871d10978c55ec907b527d85a0f3a 2,457 1.00/1.00 vMB 28
635,353 635,353 000000000000000000100405846ee8e708f30359b9d3a2bb656a08a6fe873a90 2,478 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.