Memory Pool Memory Pool Refreshing

2,499 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (630,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,089 277,089 0000000000000002c30e297c27556304f63824d4084b0ba837ce34ee7d0e382a 0.23 MB 409 41
277,088 277,088 00000000000000024fd91a2f214e67415fd8bb241f02e3e97ec61e7588c1edd9 0.25 MB 443 42
277,087 277,087 0000000000000001f9482bbea5c08d996e8c766c31f283028fc7e07e0cce63df 0.35 MB 341 21
277,086 277,086 00000000000000039f65df63a5be617660936ee140513eca61a0176da78eecbb 0.05 MB 37 5
277,085 277,085 00000000000000035a68f14b6af5917d6c68ef0debfc578357540389de5da06e 0.21 MB 376 33
277,084 277,084 0000000000000003644342f66849e1e380ecd045a8aa6f0cc1405a09aa773fef 0.00 MB 1 0
277,083 277,083 0000000000000002acbdd1f92cfb3d9cc490bb40f20e69b6d01ba983dabd0bae 0.45 MB 614 30
277,082 277,082 000000000000000195f851973003d9d2b3590f3c118d6b330b760df64bce81e8 0.03 MB 72 72
277,081 277,081 000000000000000208bc53df9cdd467a506a11c2596fd452aa64e353262cdb48 0.25 MB 614 61
277,080 277,080 0000000000000002e05bba63e09de100aeed19f9b0b58342aecd87b8ca7e7598 0.01 MB 18 45
277,079 277,079 000000000000000197869993938d0de0428b6eada0ac84c3f31df9a516224e39 0.23 MB 426 44
277,078 277,078 000000000000000268d3f985177f9fbc1cce0bd80f5805e0f4be76de77119cf5 0.25 MB 396 43
277,077 277,077 0000000000000000eeae3316441fa75980bb33da1ebec31d385dcd50b57e119f 0.03 MB 52 47
277,076 277,076 0000000000000001aa3aac1104a2e309ebdadea0d0a989167d54700a14818815 0.21 MB 417 51
277,075 277,075 000000000000000012cc5fd890a9dc36425cc06c3f73b2b8eee7431ae5afc5ba 0.03 MB 33 27
277,074 277,074 00000000000000011355d5b8fbfe09bcea645c60bc02cce7b8f4ebcf80fdcb86 0.14 MB 291 15
277,073 277,073 00000000000000013dd7965788fd0c7a592e5505776a4b68fe61c7cec6d00f38 0.16 MB 148 14
277,072 277,072 0000000000000002fe4775d07ff2a64341b34fcd68e24937a52320a3bf6d6a06 0.25 MB 619 64
277,071 277,071 00000000000000011c8e7e168650a55ff488981cd790e182f56cab144c6d4fd1 0.13 MB 260 52
277,070 277,070 0000000000000002dfd0e34e8f503e0451bca0eafa53f766c0da28f8048d4bf2 0.51 MB 541 22
277,069 277,069 0000000000000001a3283379eaea9332d27e1d0407042ff502360873d33efe1b 0.25 MB 595 30
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.