Loading Tool

Explorer IconExplorer

Memory Pool

74,708 transactions
27.53 vMB
0.07160744 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt d9096b2c28222e99272aee3c336e3885552fb27c121da2eda4b6240d297be414
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root e4c1d8c60fbb87f5458189a757681744d742efdab438613385ab9385bb2b37b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.01292875 BTC
Feerates: 100.53 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (247,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
668,202 668,202 00000000000000000005908f9d78af6b4a99a1926aca61b39232092d4de6bc62 2,201 1.00/1.00 vMB 117
668,201 668,201 0000000000000000000a9cd3692753a34e17596716ab2aaf46b9031171067e42 2,694 1.00/1.00 vMB 116
668,200 668,200 0000000000000000000b6978f5ffb57000bc1a2276cfdfa4399a62300a585b6d 2,097 1.00/1.00 vMB 118
668,199 668,199 0000000000000000000414fa731bc532b05d8c8bb465065820a808c51d544cc5 2,085 1.00/1.00 vMB 120
668,198 668,198 0000000000000000000352b9bdbd9fe6020158af312d0c308f9dd4b262d05c00 2,721 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.