Loading Tool

Explorer IconExplorer

Memory Pool

80,027 transactions
29.47 vMB
0.12437588 BTC
Random Selection Loading Transactions
Max Size: 178.35/200 MB

Candidate Block

Mining Attempt dc7ce7fc957f6b59ee81213712c1fd8b59b5f98b33014f1524ea8a64361626bd
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e7e1333d70f296b4b677f7040fe95f1ba53ec89d839318982848d6530d2a45a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.04451402 BTC
Feerates: 477.45 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (247,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,223 668,223 0000000000000000000008816f60d46f21eee8198bee1ecdac19715f0848dae4 3,067 1.00/1.00 vMB 114
668,222 668,222 000000000000000000095d4f28a3d6f8e5b1f9d1a361bcf7c7dbb47df368ef32 2,119 1.00/1.00 vMB 105
668,221 668,221 0000000000000000000400c7eda91bcfbc2fe76f14d647befe291d98a0646c53 1,428 1.00/1.00 vMB 116
668,220 668,220 00000000000000000008a25606bc5687c40b5c71cf7c294721ef90afd733eb45 1,027 1.00/1.00 vMB 106
668,219 668,219 000000000000000000036a2333ac76aa75138686b7b621363d6fab05db2c58e0 2,994 1.00/1.00 vMB 112
668,218 668,218 00000000000000000001f2291464511a282b532ce06caf39eecec54a809b9a48 2,876 1.00/1.00 vMB 115
668,217 668,217 00000000000000000008ebc7d52abd27800bc77e9144c25b75c41e0034755804 2,757 1.00/1.00 vMB 155
668,216 668,216 0000000000000000000baa14ac5500aff979487a2a4049d7b9dc5062ea760d7a 2,768 1.00/1.00 vMB 140
668,215 668,215 00000000000000000008398b208a393f19f1f103b69f21095df7d6b2953a4cbe 2,548 1.00/1.00 vMB 146
668,214 668,214 0000000000000000000897cef336e0ab5cb1e24c7b3177eca5ed55190e1e4575 2,871 1.00/1.00 vMB 126
668,213 668,213 00000000000000000009caf4111037a4f4b927c5898cd8c67b9bea30fcfdb3f9 3,085 1.00/1.00 vMB 144
668,212 668,212 0000000000000000000c425569d16fb08ce04a96c194fc4fc02da5c0cafa3f61 2,580 1.00/1.00 vMB 102
668,211 668,211 00000000000000000001ed7074ad65156368a14bce37de179e39919f2ac9ff21 2,453 1.00/1.00 vMB 114
668,210 668,210 00000000000000000005bb408d23f47b94cd17394c5bd90a6361f2a7456ebba1 2,886 1.00/1.00 vMB 130
668,209 668,209 0000000000000000000878f8d7675281f10ce9316495642d10d58103fe6ccfd3 2,797 1.00/1.00 vMB 110
668,208 668,208 0000000000000000000d576344d12be5705a75898ca8f3e7aa24e466749d8c8e 2,545 1.00/1.00 vMB 118
668,207 668,207 00000000000000000007a9e8f6223dd8f8877d804019fc4a1d40e3ead08a4d78 2,221 1.00/1.00 vMB 107
668,206 668,206 0000000000000000000029ab7af7632addbc60de1af60a6baf923450c195dae1 2,780 1.00/1.00 vMB 123
668,205 668,205 00000000000000000004bb33e7781372c5c4ca4d89e601eb24dce77e17968e03 2,035 1.00/1.00 vMB 105
668,204 668,204 0000000000000000000aed08589aaf78aa336abaeb79b4c9aa02cbc742f5af75 2,137 1.00/1.00 vMB 114
668,203 668,203 00000000000000000005b32b40c42564c0451ad07161a610b71846862e5d0e9d 2,572 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.