Memory Pool Memory Pool Refreshing

1,194 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (849,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,547 59,547 000000000414bb08f754e8d9cea81b72f6a512c8eec39a571f2dc7f43efde2fb 0.00 MB 1 0
59,546 59,546 000000000b814d067702cbc25c3801e6da00a0e6eaed154d068d7beb7203d490 0.00 MB 1 0
59,545 59,545 00000000033afcaaa8237bf7942eee6089941ba14be8ab193d0e4876abea558d 0.00 MB 1 0
59,544 59,544 000000000c6bc8b0e182944eeae8198a7ad141c02ee97899c1394ef8d0ab96b5 0.00 MB 1 0
59,543 59,543 000000000b30c1b17bc9c44d33e1f50ef14916148be5e1a2d24ce5af3619291b 0.00 MB 1 0
59,542 59,542 000000000e0d72b99929306c34db9794ad489468ac3a32e12825c4023ef5b2b6 0.00 MB 1 0
59,541 59,541 00000000023a5b71e2b692ec30f86e4be39f2e09551e6d1e8c8ab641aaff8b3b 0.00 MB 1 0
59,540 59,540 000000000744541dcdb4bfed1e8aecc8524b7c07a1e7b7b74f4e38f3bdaf5acb 0.00 MB 1 0
59,539 59,539 000000000d4b5d6d38e8ca48582bb0aae65e0464846da0d4bcbd1fd384000303 0.00 MB 1 0
59,538 59,538 000000000a2ef26ecd3da904ad723fbb4a9489bde740541c8ad9a0a2ef6aaf10 0.00 MB 1 0
59,537 59,537 000000000ded4e34b46f9e40846e2c26e91a80f3e86cb6b5990c34e741895a1f 0.00 MB 2 0
59,536 59,536 0000000002460ce2f6ec0299cd17a7de59b0c70aa9b6590ac85a45e5cd4ae2ce 0.00 MB 2 0
59,535 59,535 00000000085960f58aba36c0e77a9e3a3ff6893a9689b18a285af7c77b59d06f 0.00 MB 1 0
59,534 59,534 000000000d06f39e6bef218f991da2fd4f3301902253e3cbad3c382d973ad5b4 0.00 MB 2 0
59,533 59,533 0000000004d1c483516f68da31595eecf5822301c457a2198dfce780ba61140d 0.00 MB 1 0
59,532 59,532 00000000013edfb6685fb3d2f4be56eab593b33bf3adbd18e278c52ad84705cf 0.00 MB 1 0
59,531 59,531 0000000009187f46d10561a2f4094b7aebc1d4854bc9252f402ac0cbdc6b7ad2 0.00 MB 1 0
59,530 59,530 00000000034215e6efeebd8ab90b4173488075ec76036183aa83bb67eac0fb06 0.00 MB 1 0
59,529 59,529 000000000d81182f1d953de040213948fe267c2c8fba5000014ae0ebff84d818 0.00 MB 1 0
59,528 59,528 000000000ed4ee8b56249e08ce2d7587ffc93f96591fbbf55433f8c35119b22e 0.00 MB 2 0
59,527 59,527 000000000c32e4bbc158d2c742f2aac130a37e2c53f34e951348768ac04475bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.79 GB sent, 100.70 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.