Memory Pool Memory Pool Refreshing

4,916 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (776,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,624 131,624 0000000000000cae3d15706345e8f9f460238ef1bb1524a98d36d76308c38e53 0.00 MB 12 0
131,623 131,623 0000000000000d3741db3762c42a38bc2283c350719ee5cb702b42f8ccdd155a 0.00 MB 11 0
131,622 131,622 0000000000000a654d41779bf71489ee449659f853de4daf01c3049c50db9d50 0.00 MB 12 372
131,621 131,621 0000000000000612f0d4533dbefa6b705a532ccb7120b80477a20835f10d1ec8 0.04 MB 106 717
131,620 131,620 0000000000000ebc6e883228a888c5bf32a824be13d7adca0573caa8297c5d00 0.01 MB 27 659
131,619 131,619 00000000000009c75218de1e9e3f407dc1caf1a0e78a5aca2d065a63ff352047 0.01 MB 40 844
131,618 131,618 00000000000010550e6c4c565fd1f652ddac7a1bcc3ea97c69b0daaa5e253c4b 0.03 MB 75 300
131,617 131,617 0000000000000ba74126e2a5ce16d5468019d11e8c1a2735bbe6cb31f873675b 0.01 MB 24 1,577
131,616 131,616 000000000000127174bd73a608582f4e76df1dd43c3e4c27334fcb6e43ba5219 0.05 MB 133 389
131,615 131,615 0000000000000f18c4c02c3f6cfbb88da437a50ff073d8575184464327d85cb5 0.03 MB 82 1,149
131,614 131,614 00000000000010d8f4c28de1dc08beab8287676d179ca0fc48d5df987b934946 0.00 MB 13 1,230
131,613 131,613 00000000000006181e1eab5d460a59ecd10a3d9eda85abb655ba49efc66fa56d 0.01 MB 13 1,081
131,612 131,612 0000000000000999b729b436324404143db300a7edac64784e6e9a247f9f8e9c 0.01 MB 35 574
131,611 131,611 00000000000001a6b977370e0ed307e1561e28f057057c8b3abc5c0221c8c7b0 0.02 MB 44 1,028
131,610 131,610 000000000000062d110247686c5476a255c0915a1ae61b1a84604f6a14501798 0.05 MB 167 71
131,609 131,609 000000000000107934d38b25eede57a368207aa1c3956f64062f0c1288118356 0.03 MB 54 1,184
131,608 131,608 00000000000008ec52ee73d9eaf28a0bfc856295dfaa1beec48823ce9a3241fa 0.00 MB 9 603
131,607 131,607 0000000000000d441f3bb4d72affc25b6d61b9bef08429d78ae4bd12a90ccb3d 0.00 MB 12 0
131,606 131,606 00000000000000e6ea9b66b32e362fb64a67fe9c0e5296a8326a9cbf610b0e59 0.01 MB 32 1,209
131,605 131,605 0000000000000f0efe68744608f961bc76d8c6a26219097594d66c1d15edc770 0.02 MB 40 211
131,604 131,604 000000000000022e67aa7ae1b73c58c2e101d524c1c07c0500d77f727d4ae052 0.01 MB 19 1,442
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.