Loading Tool

Explorer IconExplorer

Memory Pool

23,216 transactions
10.38 vMB
0.02418895 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.42/200 MB

Candidate Block

Mining Attempt e1020cda641faaaf37e9a7ea285413bda0ef672c9c9edb26eb00aff7cafd2b92
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0e3e001585ac51a16cd8b27c1478b1770a92192525811cb62478f5facc724134
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.00701005 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (662,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,068 251,068 000000000000005e290669e1cc35fd04dde2e4dcc45048811a515e0272c6eaff 602 0.25 vMB 117
251,067 251,067 000000000000007098c31820c77eff46f09d2cd9dee9bb9b0255cfeec1691730 32 0.02 vMB 132
251,066 251,066 00000000000000236a6851f2f5b75daec1fc0ac6f87368897c569a795f76874e 120 0.08 vMB 133
251,065 251,065 00000000000000303925deed4a3fff57ee8d19f1390a200f7cd77fe87e5f4d5b 188 0.09 vMB 97
251,064 251,064 000000000000005b46d6969c2c9c6356aa4088ddda103202cbf12eec87905c19 44 0.03 vMB 86
251,063 251,063 00000000000000107e10b96dbcc92b8a64888b57bd1a297b19205286ae2954b2 30 0.01 vMB 144
251,062 251,062 00000000000000548821d27d04c774f4ece0437c5f2e618d6bb259db463686d7 6 0.00 vMB 94
251,061 251,061 0000000000000017a79a6341b88deebd2b58aae8f28a9ae77b8cdda49b16f5b0 108 0.04 vMB 201
251,060 251,060 0000000000000054b61fa5830fe08524260dcdbfcb216d02f6f68ca0ff3acf4c 10 0.01 vMB 111
251,059 251,059 000000000000002597ed2f8518288b268b2130e7f51b235cf00e685f85a0785f 78 0.03 vMB 108
251,058 251,058 000000000000003d7be992771eae54fd2a61cdb987889c23a422122b337fafb0 236 0.09 vMB 146
251,057 251,057 00000000000000721fb0b4372794d57d725d46cb1ca2e5f10b6ffdf9fb801a19 120 0.08 vMB 100
251,056 251,056 000000000000005a037b9978761ab6e9ab25bdb50defd060f76e772231bcd2c0 284 0.13 vMB 129
251,055 251,055 000000000000004e25437a5d599247efc1836037753ca5a730c33d05ff811aae 128 0.05 vMB 71
251,054 251,054 0000000000000029ecc133cf4b6a28d7c2c48a1003d03b53e23c211bb8392b47 210 0.10 vMB 169
251,053 251,053 00000000000000158784c1c89a49a8b0cc588cfb5bb77f08de28c4f8b1edb35e 81 0.04 vMB 50
251,052 251,052 00000000000000183fb88f497dcbce0132a51179ee5baabb75fbfda358b43d5a 256 0.10 vMB 149
251,051 251,051 000000000000005711daf950fb061a2a0be5f01d16f1a9be1bd3ca6c258ac6a2 24 0.01 vMB 141
251,050 251,050 00000000000000349097870980f8c61e60a47cc5e6a9b74573f5e2120566626f 108 0.05 vMB 162
251,049 251,049 00000000000000066a7ab04d27afbb378cccdf86619366541b567b4ccbb62c86 108 0.06 vMB 104
251,048 251,048 000000000000003b7ba0ad7300137b6e19db327e722dad6b374be72566ca411d 432 0.19 vMB 128
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 404.72 GB
    • Received: 2.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.