Loading Tool

Explorer IconExplorer

Memory Pool

32,015 transactions
26.55 vMB
0.08323151 BTC
Random Selection Loading Transactions
Max Size: 132.13/200 MB

Candidate Block

Mining Attempt 1014bed61e7b9b13538dc83ee4045d4230ff3f1ae90c451c0edc7eb5e7f20d6f
Version 20000000
Previous Block 00000000000000000001f1448b0e3258c4fb0417662266c861ce03c6a1377b3b
Merkle Root 06fa2016a1d447965904ba5876b70597a69c1d1b605467bcc383b3be5f99903c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.03268200 BTC
Feerates: 529.10 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,246 (798,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,213 116,213 0000000000004d91c11661007fa637178a7525c07efae2b1ccb6e02df7544f43 7 0.00/1.00 vMB 1,414
116,212 116,212 000000000000afb9600aa5a476dfbb019e9bb76a4e20fe69b44897064855fee0 5 0.00/1.00 vMB 0
116,211 116,211 000000000000ddd33811e7321b24fcd6e89e3c9eacaaa990c0f496d13dc4518f 8 0.00/1.00 vMB 0
116,210 116,210 0000000000004983e379d0967b53085ffc4b053b67bc6b7b613bcd4bd1bba706 9 0.00/1.00 vMB 805
116,209 116,209 000000000000c049fa9031ab1a05bbdf6754ae9a4881f055332e93df5a652f1e 22 0.01/1.00 vMB 329
116,208 116,208 000000000000de4cdd24aaa316b6154c01700dc58775e6e9d3a7e1b3d881f099 12 0.00/1.00 vMB 0
116,207 116,207 0000000000006e3ed41d6844ad93294c0e67f3b420ddad947dc5bb9f3a1c0f7b 12 0.00/1.00 vMB 0
116,206 116,206 0000000000004fba03b6c5931dd32812a473e40978084763549e9b98de388ab7 12 0.00/1.00 vMB 677
116,205 116,205 000000000000edf5e857a2f0b0a5f1ff832bc94ab9fe0aab44a466cbea201d80 11 0.00/1.00 vMB 351
116,204 116,204 0000000000008256fba444cef32749118d101e41a59d30b8644bbbb9fa6b1d2a 14 0.00/1.00 vMB 811
116,203 116,203 0000000000008c3db0036b0673cf83c5644d5e7aae23e24cf1ee37ed3b912c15 12 0.00/1.00 vMB 0
116,202 116,202 0000000000005c418bdbdc04655bf6c74de2d3dff6d36f66c3806807b08e9505 6 0.00/1.00 vMB 700
116,201 116,201 000000000000cb6eb309f85c0ff869bdb6579943ee00a4db3b559c4bfaaa8e3b 10 0.00/1.00 vMB 0
116,200 116,200 000000000000f1d697e9398b391fb7f82c055cf82275a34476e79082ccedc010 10 0.00/1.00 vMB 941
116,199 116,199 00000000000074c2b1aeb4e090481e332eb4cb38917fe4ad885e4ea623b25650 11 0.00/1.00 vMB 348
116,198 116,198 000000000000bcfda5ac68460cfa0f6e3f6c2629084c60c85247bbaef0d5fbbe 12 0.00/1.00 vMB 357
116,197 116,197 0000000000002fa0d8493587b6eea13b28c79186985a52d2f5e349e83f3346fa 11 0.00/1.00 vMB 0
116,196 116,196 0000000000007f144d98b4c4e981e8a77d053859e680618099d1117878d743a8 10 0.01/1.00 vMB 157
116,195 116,195 000000000000246c377f18ce75d5ee726193f56e3244724d772ce084d5dcaeff 11 0.00/1.00 vMB 0
116,194 116,194 0000000000009081d439fb742d9f91bbb2394b0c4ae48eef8a7558c80e8cb488 12 0.00/1.00 vMB 0
116,193 116,193 00000000000078c1fed134ca59fffd8c630245a2a4bc3dbc98027b820e72ae02 6 0.00/1.00 vMB 1,359
Previous 10 blocks ↓
Total Size: 781.03 GB

Node Details:

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