Memory Pool Memory Pool Refreshing

5,943 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (325,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,450 582,450 0000000000000000001bbef55f7070925fed0c60536e936bb383cca6814453c8 1.28 MB 3,017 93
582,449 582,449 0000000000000000000a6d69fc179a7c88a275a0f4a9cda92ac78a3c16f89b89 1.23 MB 2,531 117
582,448 582,448 000000000000000000195cb3205b053f0a7e053512cd79f20b84f0e7a9848309 1.30 MB 3,054 99
582,447 582,447 000000000000000000206f913e7671f6d270a3a721ec6aa74f4ac73daf7c9c1e 1.18 MB 2,709 70
582,446 582,446 0000000000000000002131ca70d0015af4a6bce8e33641e6fc60eb83b18b349d 1.23 MB 2,383 62
582,445 582,445 0000000000000000000c7cae1d45c577b837ac4f5ee95a2cd2040a7f7622c9e7 1.30 MB 2,636 36
582,444 582,444 0000000000000000001083de617751620d4af0709179eae53069f7a5ba40feb9 1.22 MB 2,411 67
582,443 582,443 00000000000000000000255192bc36e79e4e2aba66adbdd2aa4160bb4f4eac60 1.49 MB 3,277 49
582,442 582,442 0000000000000000001e68100604177874e5e41a35444d3974e8df4112be7e4c 1.40 MB 1,798 77
582,441 582,441 000000000000000000133b15018d8590b0432a2c7c7763665bb58482bcec9082 1.24 MB 1,918 70
582,440 582,440 00000000000000000024877f194b4a09ccea157eabcb7c52c324102362c435a1 1.50 MB 1,296 46
582,439 582,439 0000000000000000000585172992595ae6681f209070a13a76000271e8cb69fb 1.27 MB 2,490 46
582,438 582,438 000000000000000000184e9815e37e836cfc3b6a8394bb72db52fccf57769aa4 1.17 MB 2,850 68
582,437 582,437 0000000000000000001c1b40ec911664608e2c0467ddb3cc7662acb829b8d396 1.16 MB 2,603 52
582,436 582,436 00000000000000000001f9cd987b33271d2f1c1ffa2f2ede2bf92c9323ada185 1.13 MB 2,280 55
582,435 582,435 0000000000000000002323d242b22da67688008ea3a7794bd6683d7cdf25df20 1.31 MB 3,107 100
582,434 582,434 00000000000000000004933d62d9c5b4de747f272e299d45c1201383ea4d7b4d 1.30 MB 3,730 67
582,433 582,433 00000000000000000019867bd3c505610673cee280e035f3662998a7dda301fd 1.23 MB 3,819 61
582,432 582,432 0000000000000000001a7040761522b0565896d34ee29512d11f4fd6231f49db 1.37 MB 2,975 111
582,431 582,431 00000000000000000022b09737ba5ad1bd7311f22b927d14d9404c1dca6e3c49 1.18 MB 2,851 70
582,430 582,430 0000000000000000001bea9d070f5c8e8ecaf05b89c92fefdd714af65543566b 1.13 MB 2,709 77
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.72 GB sent, 94.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.