Memory Pool Memory Pool Refreshing

7,782 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (583,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,087 324,087 000000000000000013d7a6b6caa481cb81fd453f38e5dcdd2e81a2e779813a94 0.04 MB 87 13
324,086 324,086 00000000000000001eade320c324914cb36a0da87574178b34c94548c30406ab 0.20 MB 217 18
324,085 324,085 00000000000000001b24921b112b9f766206abb588ab03fe2a544cf60c300f0e 0.64 MB 1,013 24
324,084 324,084 000000000000000000c8dc0aeee5d53780945916eb59183a0f2271868415456f 0.32 MB 607 34
324,083 324,083 00000000000000000c3c8d69609360902a382c7345d03755147cbdf4bdbeb372 0.17 MB 327 25
324,082 324,082 00000000000000001538b43353255e15373bb84fa093287e03e81815741c3056 0.14 MB 260 27
324,081 324,081 0000000000000000147d4abeed37e4dbfcf5dfb2b7700b2754dfafefb4273ea9 0.18 MB 280 26
324,080 324,080 000000000000000014f6e4d93ee11f94fa7948271c61f31a124e7cf6b984bb6d 0.75 MB 1,077 23
324,079 324,079 00000000000000001acaff894ad1810c3aaff1f8a93c8c2ceeeaac6f30583ce7 0.03 MB 46 34
324,078 324,078 000000000000000003de39853ed487c3e40f1aa9f6f339a23f1639426eeff9b3 0.01 MB 20 25
324,077 324,077 0000000000000000051e1cddfc9326fb292856d61e584862bd7343a5846f0af2 0.25 MB 224 18
324,076 324,076 00000000000000001d83606cd84509bc33fc9edb5aacc85291578b0e767bd4b4 0.02 MB 47 29
324,075 324,075 0000000000000000054b4f174710d02d94d560448609cd908fc273c8c0d354fb 0.07 MB 113 18
324,074 324,074 000000000000000010647911cc7b4cc18d01db906eed544fb8aa818bd55981fd 0.28 MB 418 24
324,073 324,073 00000000000000001a7f8b697216acd63fff6c7d75411106456d9950d9fe5a39 0.31 MB 565 30
324,072 324,072 000000000000000017e653c0b806b6ca7c19a00eb52ad92f1d0a81d587c4ae7c 0.35 MB 636 28
324,071 324,071 000000000000000006c3876e57fc109b7c9c31e8c8dac39299a952daa6b6aecc 0.35 MB 422 18
324,070 324,070 00000000000000000cfcb96878ff0ed0c30634242b3a5ecbe10a14b6b363bb0f 0.18 MB 512 46
324,069 324,069 00000000000000000784b8d21a93839dfb6ccd3033a69fc119bba1a21facffe2 0.13 MB 290 32
324,068 324,068 00000000000000001dfe5d7768866ffd0fb3a06ba22d098c9b39e49ffa9b1c37 0.44 MB 686 24
324,067 324,067 000000000000000009804ed1f54276ff41d745cbe04011f0fff03b368f9cb455 0.26 MB 503 25
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, 114 incoming
  • Data Transfer: 1,635.60 GB sent, 94.35 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.