Memory Pool Memory Pool Refreshing

8,843 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (621,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,242 286,242 000000000000000012b0a0b51737e19000dae14b10eee726c4cc9efe7d67c5f7 0.15 MB 249 31
286,241 286,241 00000000000000006b686a9a1188cd837aec65d63731cabf8b6a4dfa721a7128 0.04 MB 69 25
286,240 286,240 0000000000000000d40a34d6664a4b8790dd33ee5024971a3cdba65c19fc5da2 0.23 MB 513 50
286,239 286,239 000000000000000041b0ee39a7793a09b48a26ec63fe74afdb1e130e3830bd1c 0.04 MB 75 19
286,238 286,238 000000000000000003e5e477de707a40788243a8ee2dd856eb0d179cc4fec864 0.33 MB 427 23
286,237 286,237 0000000000000000ba9f30d3f3723eefd3bde0524d678e1bbb7d92fe7dea110c 0.06 MB 182 105
286,236 286,236 00000000000000002ba81754ef7fee45f9b1ba0ec67c0919923b425026d7650d 0.06 MB 148 46
286,235 286,235 000000000000000151f8e7a00492478799be2fbcac8843bb6238a5de0c9fa3cd 0.50 MB 1,193 37
286,234 286,234 0000000000000000f74f0bc9d3c186267bc45c7b91c49a0386538ac24c0d3a44 0.06 MB 86 139
286,233 286,233 00000000000000002142f5102c9e0d605e578a3fcb75c40318bbb43ba16dfca6 0.47 MB 997 33
286,232 286,232 00000000000000018f050a5ab132793dd99849c0e8ec7310dc1ccd4b09d525db 0.06 MB 197 175
286,231 286,231 0000000000000000489a44cdb570a5d35baab50a0271e182712b746ecf14d38e 0.05 MB 105 57
286,230 286,230 00000000000000006c656b660b29095ec7dfc4ca2e5f86d268a6135cfd884ff2 0.41 MB 920 42
286,229 286,229 0000000000000001112332e1ed2b03e6916e4d3b01fb3aa3be46d4d44e1265f0 0.30 MB 615 39
286,228 286,228 000000000000000093983dc518cd4f669e89515e2513c98bbcbeaeccc47c23b8 0.20 MB 383 35
286,227 286,227 0000000000000000ed359c9314bb9ed37d958dfbdfd7f16f6e82f89516d8c839 0.12 MB 200 30
286,226 286,226 0000000000000001538205ebe4291e69a212fd96675d5e194910880d896de18c 0.01 MB 32 4
286,225 286,225 000000000000000058f284457917a0a812dbde7cc6b52292c6f1ef15db5fc1c9 0.13 MB 281 42
286,224 286,224 0000000000000000e59135b61567c54e4fda2c9095c23c2d675050d5a417611e 0.12 MB 245 38
286,223 286,223 0000000000000000ee68b77a208730a4ef20d0df41c09b448f96bf9a0573bdbd 0.24 MB 454 34
286,222 286,222 00000000000000016021d2541a594d5d74113b4e708a7843da9d77c561f906e2 0.04 MB 72 38
Previous 10 blocks ↓
Total Size: 769.29 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,642.27 GB sent, 94.37 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.