Memory Pool Memory Pool Refreshing

6,217 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (632,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,780 274,780 000000000000000202bb1bc74c6ad8057f8b77e04a8d9a3fa96f86b641a923d0 0.17 MB 331 50
274,779 274,779 000000000000000131f466a730c0b1406be5ea8b9f517ad7d1db785a69e4bd7d 0.15 MB 162 19
274,778 274,778 0000000000000001541669cdb4ca8dfe62c79e0924ab6dde9d04673aa169da17 0.25 MB 379 29
274,777 274,777 0000000000000003f8e1fd58d0e6601059f9f22b541ed3e48ae1005aeb1c5925 0.03 MB 27 47
274,776 274,776 00000000000000032491eb09506598b286b0c3eca9133323aa8ee78385cef355 0.12 MB 270 119
274,775 274,775 0000000000000002d29dfdd27c85d746588de7943d1ed6b59f4eba858a992b2b 0.08 MB 108 21
274,774 274,774 000000000000000080cb009f8058920c953b64fc5e9d4b946f53655e780a8193 0.06 MB 51 8
274,773 274,773 0000000000000000554698ec46b381c4314c35d00838055eace89f9942a555b4 0.22 MB 451 98
274,772 274,772 0000000000000004a1ca7294e443741688173dc1cfe466d08c8614212ad8a87a 0.06 MB 27 6
274,771 274,771 0000000000000004a96778f636e293dd65d478c1e0426ed4bbeeda894771dcf8 0.10 MB 74 15
274,770 274,770 0000000000000001a25bb16e956c65b49196970ab429017e3578ca7d9b0ee730 0.08 MB 147 33
274,769 274,769 00000000000000005a736379bbac2c1e80c4370871f443d96eccde92b1aecc01 0.15 MB 249 36
274,768 274,768 000000000000000296d418556ce3142a6f33f535396e5be01b4de7fda018d99f 0.08 MB 151 68
274,767 274,767 0000000000000003e2e249d78ae7bb0a6b8a6730ec7601ffd3794a08ca097832 0.28 MB 455 35
274,766 274,766 00000000000000049caea2c1a97ddee8fb0b2285073107d005d9ab0c4a0fd483 0.08 MB 136 28
274,765 274,765 0000000000000000c7d80aba965ec4bccc1a3de3c671cd1eca3c9f20f549b28a 0.06 MB 142 60
274,764 274,764 000000000000000044475274861a0f0c64402628f809b364d009f6d99d0dd70a 0.25 MB 471 37
274,763 274,763 0000000000000001a4b7b359db55f8f0e6aa03b7cab8d591075bb0e22b3c39eb 0.20 MB 328 33
274,762 274,762 000000000000000419148cdda502e912223740d60619132d507db58f75d72365 0.05 MB 59 218
274,761 274,761 00000000000000030991861d14f279754b8e8e39406b2b7c9833c2d182af018b 0.22 MB 459 45
274,760 274,760 00000000000000008a64e4e1e87f52758d82a0f022072b26805841aedd3862bf 0.15 MB 152 41
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.