Loading Tool

Explorer IconExplorer

Memory Pool

79,544 transactions
29.24 vMB
0.07541050 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 48932e11e0d7fd4eb7b22778efcc1672f4cfb77f90747579fa4f2f2000ee3208
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 808616d6ec43808b719b86d5076b92ca6ecc97664e0b73bcddd29719c798cd72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,136
Size: 1.00 vMB
Total Fees: 0.01416606 BTC
Feerates: 74.86 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (299,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,401 615,401 0000000000000000000d39f3cfb0e8ae26240f16f90886795231fc38e9c1a538 2,154 1.00/1.00 vMB 16
615,400 615,400 000000000000000000013bbf6cf990e201a500a5532fbbc3f667e6e38950c346 3,214 1.00/1.00 vMB 14
615,399 615,399 0000000000000000000f063cf16a468cc0f1871f1d5a033f7b50157e2d84f90b 2,629 1.00/1.00 vMB 17
615,398 615,398 00000000000000000011b0356cb4b70262a63de827fbff267843ee2772d2fec0 2,206 1.00/1.00 vMB 17
615,397 615,397 0000000000000000001180fdca9b82b301eec864fdd2027151975e6e9a7c1ad8 2,959 1.00/1.00 vMB 18
615,396 615,396 00000000000000000005d5a8f98cdb26b304a160e61fdd707ea54b19931a6bf7 3,448 1.00/1.00 vMB 22
615,395 615,395 00000000000000000011bf3c0935ba507c1b198af5970c3af49bda956f1c06ac 3,809 1.00/1.00 vMB 20
615,394 615,394 0000000000000000000d064cb8781afa24c17328f5dbcd3feb0f39d2ace4c0c4 3,047 1.00/1.00 vMB 30
615,393 615,393 000000000000000000110e911d19620d62ae495d6eb117a49fb2c191ced08b4c 3,711 1.00/1.00 vMB 23
615,392 615,392 00000000000000000010e4de22149bc525f9b9324edde6fc45f3ec8a9b75f5b0 2,902 1.00/1.00 vMB 29
615,391 615,391 0000000000000000000fcc2170ca9e17fd26747dd40bbf0388324cb872cd7a72 2,821 1.00/1.00 vMB 38
615,390 615,390 0000000000000000000ff5c0d13f7457753a86323b9d7d4352cef1cccefdbf02 3,297 1.00/1.00 vMB 15
615,389 615,389 00000000000000000011b2e3b3de09a1e6ebf08e713711325b329c3d8a62380b 3,018 1.00/1.00 vMB 27
615,388 615,388 00000000000000000011c5ebaf47bf7e6e674b994ca9698145f29a5f4bd0945c 2,798 1.00/1.00 vMB 16
615,387 615,387 000000000000000000081aa3d08e77bb053b8a54b239bceb85b9c916431245b5 1,341 1.00/1.00 vMB 12
615,386 615,386 0000000000000000000198ef863162f7e78e3889ebdff509a0e4fc10372549c2 3,008 1.00/1.00 vMB 17
615,385 615,385 00000000000000000005b4e96ff07cf0a71aaa7efab5c7a08addf707bd337ec7 3,018 1.00/1.00 vMB 27
615,384 615,384 0000000000000000000c431b7f1852f32f79d6c2d3ffe2724bab3f44e09e7e0c 3,269 1.00/1.00 vMB 22
615,383 615,383 0000000000000000000748991b4274de9d726167ec3b4e3ed2456fbcf9065e02 2,161 1.00/1.00 vMB 20
615,382 615,382 0000000000000000000d5ac42fff921395dabbfc67cd2ea1a77317be46d09328 2,867 1.00/1.00 vMB 17
615,381 615,381 00000000000000000007c9bf45e1e289598b734ba2f461fa7767ded4587b6f69 2,294 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.