Memory Pool Memory Pool Refreshing

1,353 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,333 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (624,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,525 283,525 0000000000000000a1281e147cd79441c5a34d19b29f32e263f30418003e1d04 0.50 MB 1,187 51
283,524 283,524 00000000000000002c7e2f8a5974f2af60c01864245f5fcf987bfb63e682608c 0.05 MB 121 123
283,523 283,523 0000000000000001507245ec34c5fd20793fd1d48710fa3ec4e1741bfdaad872 0.23 MB 511 49
283,522 283,522 0000000000000001d4929900ba538abc97133363f7eb97343632fe3e8af9284a 0.10 MB 203 37
283,521 283,521 00000000000000012ae1b233dc2fc6d41d705c99a09532e9139aa87f50eb9d8b 0.01 MB 23 44
283,520 283,520 000000000000000056debdff35aa40adeb94216a55db4be34df91ad691060006 0.01 MB 24 67
283,519 283,519 00000000000000019347a03032b9f18965d26fc6f38266a7750b9c336977725e 0.24 MB 437 39
283,518 283,518 0000000000000000e4819225b0eac442ae84d19620068cfef6736d737d40e183 0.46 MB 618 29
283,517 283,517 0000000000000000ba0716abd9cd64816d47c6dcd93c7c0c99228f9302c3b2ca 0.03 MB 74 40
283,516 283,516 0000000000000001b1640e1a620228dc67a3d80071fa59d3c03d1078df80c062 0.02 MB 41 51
283,515 283,515 0000000000000000ce1aec360902f6df29fcc34debd5658e4a10484969e48234 0.02 MB 64 60
283,514 283,514 0000000000000001e29a1968c3d8de1f2917691b151272ed4a7f6d5078c9f513 0.01 MB 25 60
283,513 283,513 0000000000000001d5e294b3090a919b131fd89419ec25bfbf26cc112158cbf4 0.07 MB 173 46
283,512 283,512 000000000000000086963c4cd4921e95dd634264f1da252b346c84c79f79efb4 0.01 MB 36 55
283,511 283,511 0000000000000001ef7706460a2af5aedb677917353fa92f15d1c2613633f84d 0.27 MB 598 29
283,510 283,510 0000000000000000f94857fb70e6ee9325578acd91a1ad9604a38c9b83d124ec 0.21 MB 279 34
283,509 283,509 0000000000000000f81475ed43eea8bd85bfeccf36cd990bfbe24e7112beedd4 0.62 MB 1,158 32
283,508 283,508 0000000000000001b9f77950e3b6c819a528dae51a63d4756a67d9658863a828 0.10 MB 228 47
283,507 283,507 0000000000000001b806f61f5a64bc467eaff39645b740ce5848f56e5859f2bd 0.05 MB 95 38
283,506 283,506 00000000000000019216d705fa7ccc2f95ac8d019ed0854c708d8f5db301a94e 0.12 MB 202 33
283,505 283,505 0000000000000000812be9e7fdebdfb68413ca00b093dcc2f99eaafe95f3de45 0.20 MB 393 44
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.