Memory Pool Memory Pool Refreshing

1,618 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,285 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (859,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,444 48,444 0000000006f11718a33f3e91e7d52eb0bab1ee5e1650d6cc94b37cb14d9d0c59 0.00 MB 1 0
48,443 48,443 0000000001fd1721aa32098a6fd67b87970694d5f37eecc09a41aeef296073a3 0.00 MB 1 0
48,442 48,442 0000000018bd13c120fc8436da3c4f2281a99ee4862ea2fd17e4d137a0774a08 0.00 MB 1 0
48,441 48,441 00000000107e0ce6bf35b3b8c2e7d11164f26f2b78c8101f7e3167483812cf6c 0.00 MB 1 0
48,440 48,440 000000000e7096df025b9ae3afd5bf5a1cbd44ee0c65662a38a9083f4e78f1c8 0.00 MB 1 0
48,439 48,439 0000000013015fb51ba18b60ca9bcc34ddd84cc058141864b161c8eaaac8f131 0.00 MB 1 0
48,438 48,438 00000000286b89551147927be856323b1a47650c176f9924a58a0dded747bf71 0.00 MB 1 0
48,437 48,437 00000000241de836a8cbe12ace05f085269eb63d685547659c446892d8a3e7ba 0.00 MB 1 0
48,436 48,436 0000000018312a89fe4f680826eeb67b0d526112e57eea8199684663dea485b2 0.00 MB 1 0
48,435 48,435 0000000020c06121547ef04eea6880b9cbd4dd47f9f960032399f884b4289b48 0.00 MB 1 0
48,434 48,434 000000001e2c3fabf16a7b8eb35d7caf802e57eba1897b3f43c296f6e084cf88 0.00 MB 1 0
48,433 48,433 000000000170fedcc9346574483af313d82cd04e4a18cf09f6889228b702d668 0.00 MB 1 0
48,432 48,432 0000000010ce5daf25e62ebb20fa5645f14113b973516523895ba26f2a8b215d 0.00 MB 1 0
48,431 48,431 0000000018fb40ed9973ee231825db567d1da96d3e2335468d59efea1c6609c7 0.00 MB 1 0
48,430 48,430 00000000011b5cd298cd9c3eb6563f5fe368e779bdb0ae6c8fc779b2e331813b 0.00 MB 1 0
48,429 48,429 00000000276d66ac3922ae9b0ad95352167003f06ca7368edee3e6266552e190 0.00 MB 1 0
48,428 48,428 0000000013cdcef39b50eeeac8b2e590bf7ac9c7474348767436489be72e8421 0.00 MB 1 0
48,427 48,427 000000002436ba36fe40f23246841fa67cd9536d9fe0d3e12564d9056b925dd5 0.00 MB 1 0
48,426 48,426 0000000025b2c8e52f990dacf3c9ce6de2f9a28de4efc975ed9b7a56f2e5dde0 0.00 MB 1 0
48,425 48,425 00000000153137d867076de3fbd20ef8d60704dd1283df7ae167adce391cbc78 0.00 MB 1 0
48,424 48,424 0000000012d61f9e787df3a70621fffdd4a698db9517f26260cb361cd41d9e9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.08 GB sent, 98.25 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.