Loading Tool

Explorer IconExplorer

Memory Pool

77,963 transactions
29.06 vMB
0.07008125 BTC
Random Selection Loading Transactions
Max Size: 173.97/200 MB

Candidate Block

Mining Attempt 8d0cf2f836738bf17ab30260c87298527b8d183aa7bc2f794a2df7d2f7053092
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e0e275707520d3a2e43dd94b42e05868d92bd1d8c66b7077c02fc3bf5890c887
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.01130527 BTC
Feerates: 73.20 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (284,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,254 630,254 0000000000000000000a5beba3c3bcc422750b1ef44aadabe8099a8fd23bbf40 2,515 1.00/1.00 vMB 116
630,253 630,253 0000000000000000000e6701f2a28b7c677c94980ad353342394177d300cf904 3,144 1.00/1.00 vMB 130
630,252 630,252 00000000000000000005db443dc69fd766f8481fd12c1af552f1cd26351709ee 3,383 1.00/1.00 vMB 159
630,251 630,251 0000000000000000000782c3f2bcc6a706f0fcc0d74c369bd5d8c5fe094e4d31 2,059 1.00/1.00 vMB 104
630,250 630,250 000000000000000000027f2c7461c9ed951314d6886df16042e1c54bab0c48c8 1,910 1.00/1.00 vMB 108
630,249 630,249 0000000000000000000e8ce7ddb246b85b7a990b221db0c643b00bdc8835ef0c 2,256 1.00/1.00 vMB 115
630,248 630,248 0000000000000000000cb3e60b33f477ce3fe714e738669f63f2874c6e84d5c5 1,914 1.00/1.00 vMB 119
630,247 630,247 0000000000000000000a6b609f71506e6dedd03782f865c03e1512a875a7287d 3,119 1.00/1.00 vMB 143
630,246 630,246 0000000000000000000580fadc7714a2db0195692f98e6c354337c34a9e82ba2 3,078 1.00/1.00 vMB 111
630,245 630,245 00000000000000000003374ac746a6cb9c4b4445e6503dfe3db5a98bbdcd74a6 2,033 1.00/1.00 vMB 112
630,244 630,244 0000000000000000000a1db8730fe08a0f4679b94346d8ca284eaf912b096a66 2,564 1.00/1.00 vMB 116
630,243 630,243 0000000000000000000a7804842c52513635bffc4a64e3213cff88443a1c7f38 3,457 1.00/1.00 vMB 139
630,242 630,242 000000000000000000078a442913b0038c80f77922f49e9ff27fac7ed9805ecc 2,992 1.00/1.00 vMB 126
630,241 630,241 0000000000000000000aaf4966e2ad9fe8a084cb0060331af0a5d7a5890a8e12 2,782 1.00/1.00 vMB 74
630,240 630,240 000000000000000000007f502fe64feede780c59062640627f1dd108c6453039 2,161 1.00/1.00 vMB 37
630,239 630,239 0000000000000000000ee0b9277b2718d1a6bf52be9a75a890c77a34ef108711 2,506 1.00/1.00 vMB 65
630,238 630,238 0000000000000000000730011890bafe43bc5f6c085bba18112be818ad55a7b3 2,568 1.00/1.00 vMB 94
630,237 630,237 00000000000000000000cbde1a3e9064c1086ba2f97eaafe0bcbcb7cdb938b21 1,653 1.00/1.00 vMB 102
630,236 630,236 00000000000000000009b15a4c0f6497ffa47fe003fba29f0a3bdbaed6bb3a65 2,536 1.00/1.00 vMB 109
630,235 630,235 0000000000000000001004c4ced2793f3d506fd53b40f7b9f2c074d630aaaa0e 2,145 1.00/1.00 vMB 126
630,234 630,234 0000000000000000000dbbd4c519f9266de6e8c6cc87d6e92f25b635aa68db2e 2,563 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.