Loading Tool

Explorer IconExplorer

Memory Pool

82,925 transactions
30.72 vMB
0.08117398 BTC
Random Selection Loading Transactions
Max Size: 188.47/200 MB

Candidate Block

Mining Attempt 429d5ea7d2f096e35a741359379a4c03b4bc190efe8e1bf0b33bc80dd3fca00c
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 32f63a493df56defe31efc17aa92d5206057592b5dea328834683a6254ace0bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,517
Size: 1.00 vMB
Total Fees: 0.01157389 BTC
Feerates: 40.21 > 1.16 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (134,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,464 780,464 00000000000000000005f128103b8f993247701c99b942d559f2fb6c5fc0dc93 929 1.00/1.00 vMB 12
780,463 780,463 000000000000000000053d7781b02ccf49cb8260c0c0a72d0d8f6d4f28b12903 488 1.00/1.00 vMB 6
780,462 780,462 00000000000000000006740ea9c034d4e7cfc1fe6706feb57f6623ad20b2b9ca 1,366 1.00/1.00 vMB 6
780,461 780,461 00000000000000000000c6a8256ae3e4a2ab6a6cc89203dcac3efc8aa2aaa89d 3,629 1.00/1.00 vMB 29
780,460 780,460 0000000000000000000539dd26dd2364e90a2525a2efbcbd734c72f5ecc8ade7 526 1.00/1.00 vMB 7
780,459 780,459 000000000000000000041201c741f6be3d0d9875b3f22af12aac6acae42a56ea 563 1.00/1.00 vMB 3
780,458 780,458 00000000000000000003487ad04d67270a60f8012df3db9998c435f639ff6a0a 1,514 1.00/1.00 vMB 16
780,457 780,457 00000000000000000000ee534daa426e5bba55ae0b51b39e1750fe2c0d85d01b 449 1.00/1.00 vMB 8
780,456 780,456 000000000000000000055f9cbec6b544acd4850b2b0300d46b6f51d098240d93 2,387 1.00/1.00 vMB 17
780,455 780,455 0000000000000000000206c83680f05f01ef5e9d339cf3c978a33473717cbf09 1,673 1.00/1.00 vMB 3
780,454 780,454 000000000000000000031952edfc5f352b91ffaf508a7874693bb610e7b18cf5 2,439 1.00/1.00 vMB 15
780,453 780,453 00000000000000000001961e36a788283af07107af2980cd03bb582262384a1c 2,487 1.00/1.00 vMB 16
780,452 780,452 0000000000000000000033fa03c5a99cc0549bf030190e16d52d084179014915 2,521 1.00/1.00 vMB 9
780,451 780,451 00000000000000000005437c50edcb115b35cc4056b8200a48b3b79e61829154 3,074 1.00/1.00 vMB 26
780,450 780,450 000000000000000000036fd4f4e883b5c8ab3bfed6a08df8fa73fe9f53dba54d 2,232 1.00/1.00 vMB 22
780,449 780,449 000000000000000000022df1e2def46b34ed4088f36a19ec3a59c38442706e82 2,933 1.00/1.00 vMB 27
780,448 780,448 00000000000000000002fcf815eea3aef61961e3a960df3bd3eee0f98cc2db78 2,849 1.00/1.00 vMB 42
780,447 780,447 0000000000000000000053d680741a36da339d77b7bfa0630dac3e7af82635aa 2,086 1.00/1.00 vMB 11
780,446 780,446 00000000000000000002e2e17065555c4558f144c931cc68e4e54e9a3ebc2399 1,166 1.00/1.00 vMB 8
780,445 780,445 00000000000000000002af1bd9b4b2edbdaab03fefac83ec2f9badb9d2fb9123 2,098 1.00/1.00 vMB 7
780,444 780,444 000000000000000000011b3dbbc85502e1c4a9b84700a9e854b0a836aee8030b 1,898 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.