Memory Pool Memory Pool Refreshing

2,919 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,906 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (756,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,073 152,073 0000000000000a7b5458caba6a45bc9fa0060098201b8f8113011c2644384431 0.02 MB 57 16
152,072 152,072 0000000000000c6bc8d7cc7884c7db840bfbc987c2a9c7cdb68aeb7f2eda3e35 0.00 MB 10 63
152,071 152,071 0000000000000de116b59f36690514a98aca7c1c0515ae9a1743f4aefa2b42f8 0.00 MB 3 103
152,070 152,070 000000000000053df58b71f1b0d453af45dfcace521273ec74053884a0588e05 0.00 MB 5 0
152,069 152,069 0000000000000d967dd2aa483f992ae586ff701be9320b612f6efbb129db45ab 0.00 MB 9 17
152,068 152,068 0000000000000d1059edd9022699d5b497288924fc7e825687cdb48d889619db 0.01 MB 13 45
152,067 152,067 00000000000005d235e5bf6800d4ed47db1a9cb74b1cd1404fe360c22fc0fae2 0.01 MB 13 190
152,066 152,066 00000000000009d8bb8eb028cc969d24f0aeac77cbf7068475db8987383296e9 0.00 MB 3 0
152,065 152,065 0000000000000d33c16afec0a044eb28e946ebb841e0cad5aa28dd110928e272 0.00 MB 8 36
152,064 152,064 0000000000000db12cb54f59fd4b6ba3c3271c6e4e3e26be5034edd588df1d9a 0.00 MB 7 38
152,063 152,063 0000000000000286fef0cf940a05e7004fe040dee2bd9f9c69b9425a33a45e04 0.00 MB 3 57
152,062 152,062 0000000000000d664a6995ee1b4282e16df378dc5716e761cc4b62072c1ffeb6 0.01 MB 25 418
152,061 152,061 00000000000000a416b74311e89bb1483a1fffec52171874b66b423a578e003b 0.00 MB 1 0
152,060 152,060 0000000000000de0e9d05810c1f0e32c136ef9b90cab4fb4b5f7352159b705b9 0.03 MB 109 31
152,059 152,059 00000000000000e31e27286590433d2c64b3923bea1da47862a40137bacf4808 0.00 MB 7 114
152,058 152,058 0000000000000a13f9ca9fb5715dafa48b6403965a4b924fd29285ec56bec70d 0.01 MB 33 90
152,057 152,057 0000000000000018c63cdabff8863e9944df511069ceaea0c2971c63c288bbba 0.00 MB 17 21
152,056 152,056 0000000000000bc61075b1baf3631f77f563f1ba88e080f0b9926a7d2fafc6ee 0.00 MB 1 0
152,055 152,055 00000000000003fd96b8a61fa3e618b5d520cf27f2fd1847229de06a906422c6 0.01 MB 17 52
152,054 152,054 0000000000000a6c4c95e88283f3941c4d7ea948dffff10e9166dcabb3452cb6 0.01 MB 25 47
152,053 152,053 00000000000006850cf27aaa90785f16c9333194dfcc16d6ee25a1e090d1df3d 0.02 MB 78 90
Previous 10 blocks ↓
Total Size: 769.73 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,678.95 GB sent, 96.55 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.