Memory Pool Memory Pool Refreshing

8,791 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (756,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,566 151,566 0000000000000663bc59959ce7c5a5ac2c9cc33b9e838c2f719558ff4822287a 0.05 MB 106 86
151,565 151,565 0000000000000ba43eee4d90bc12261403ff52180daee6eed62d89dfdc7a21a4 0.04 MB 90 132
151,564 151,564 00000000000009a4acb716fe89b7a156ef2542c4347d187a7e816de5c9327c08 0.00 MB 11 367
151,563 151,563 00000000000003778191b31b0cdc17401fb50755e0bb9e0c0ab9dcc4f5be9a14 0.00 MB 1 0
151,562 151,562 00000000000009dd24135a90f9351dd5867553e5f7e37c4550388a2bef55fe58 0.01 MB 6 18
151,561 151,561 000000000000037fdb886e75f63914193d03a3374436241cbdbd089b98676568 0.01 MB 40 0
151,560 151,560 00000000000006d333db2ab9d8d79f77f097a9a0bc267b9b4cc23f5b4884b5e3 0.02 MB 37 87
151,559 151,559 00000000000009752b22ff98e63e261321c5a4c1446869c489c2eefae2e3c32d 0.00 MB 16 68
151,558 151,558 0000000000000d8f26f9f569ea3ef7ccc4003f35bd22c63443e460138fcc1440 0.03 MB 43 173
151,557 151,557 000000000000094e8ad57d2cc86ec8b3727aade0db22b23675900720380bb4e2 0.00 MB 9 341
151,556 151,556 0000000000000390ef2310c644847d4273edf5108df0458fb001ea60c0553af6 0.01 MB 6 188
151,555 151,555 0000000000000d54acf548e0bde8af76a5ccda40ab942a385a2b09df63d0d730 0.02 MB 52 80
151,554 151,554 0000000000000a8d9f13e723983b09b3f7afef8d73b091bd3af6d9071d0bde81 0.03 MB 59 61
151,553 151,553 000000000000078ed3e0c6afc26e836e4ca4f30d0b973bd1156d7c77b5cf670c 0.00 MB 1 0
151,552 151,552 000000000000094fc8f93e468d247647473e79863696981b5e13c09addb63036 0.03 MB 103 81
151,551 151,551 00000000000007c33bb24e24760c37d50f6ff8c92e4db030058435590ca49f00 0.02 MB 43 120
151,550 151,550 000000000000038cd00e58bf05e6b9ae05d52f0c1234cb29b2c096fbce810502 0.00 MB 6 220
151,549 151,549 00000000000003068a27a8eca95d14bdd0e25f42681258d93d0be9000306b23e 0.00 MB 16 24
151,548 151,548 000000000000073eec128d12a99f323771a2e986333a16c04ff4e501b80d93d2 0.00 MB 4 64
151,547 151,547 00000000000005f9a2d9f6ba74293e27477466e00d9e39ec1c3b4d918771d8d4 0.00 MB 5 57
151,546 151,546 00000000000004b5a0ba3d0e65403701b6b4ea304b0e14e1249a06b237169cd6 0.00 MB 5 51
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.