Memory Pool Memory Pool Refreshing

2,967 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (870,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,273 38,273 00000000afe54f734bf299917b5d791987ddcb54f41aeb5c6007c396363e1a67 0.00 MB 1 0
38,272 38,272 000000008f3a7543a7d139844bd5a9258ff9e607c20d2311b09d64caf22fb644 0.00 MB 1 0
38,271 38,271 00000000461774362ee69c7d5dc61a98a86d2a0fa88513240a70f25f71888d0e 0.00 MB 1 0
38,270 38,270 000000004decdf1cbb0d8cb7ab1b29a20a41b206e6aab03eb18d4bdb8f978ef8 0.00 MB 1 0
38,269 38,269 00000000589b5e98fb49f6480d28ceb6081e96e66dce15958d67a9cc8f72e530 0.00 MB 1 0
38,268 38,268 00000000830a5c2c1fa14eb36bd8651987c9ce8dc531cb5c96ebed1eb89ef5d1 0.00 MB 1 0
38,267 38,267 00000000546f38ab321951dc0bdfdcc85c13b8f1007d6c9a97235f09f09bf54d 0.00 MB 1 0
38,266 38,266 0000000080833bf8d22df9553a90b6c165935a9e60f77c9028e17e0e2ca84730 0.00 MB 1 0
38,265 38,265 00000000025b6433c77047a6e860a567cd2658352ef51ba89b1c0a00171e53aa 0.00 MB 1 0
38,264 38,264 000000005d90e7eda43074f0b98adb86d7b1e501534dfa51bbd1db6277f76d1f 0.00 MB 1 0
38,263 38,263 0000000065fbe260995f1f3b06d78a9ed72479b5703062bd3d67306c5e592174 0.00 MB 1 0
38,262 38,262 00000000082db88f71d0a0d496ef591b93102f08d935abc1f6c159ea2877063b 0.00 MB 1 0
38,261 38,261 00000000147e7af6e85c115d47ab061412b9cb77c9a6531614c999d373a2b818 0.00 MB 1 0
38,260 38,260 000000004ab990badc8f9fa72a2646110043ab3b32d58742b745f5da9a24d019 0.00 MB 1 0
38,259 38,259 0000000058806ec29337b2fe1b03d479221d69443e5bc70b9d4dae1254add99d 0.00 MB 1 0
38,258 38,258 0000000013555b1a5c9fdc94d7887b61c29ebf222d7306ea09bbdb4c21511140 0.00 MB 1 0
38,257 38,257 00000000618d987f54d3f5e87970e250846d13087fdf58ab9b2c7f72b9e89957 0.00 MB 1 0
38,256 38,256 00000000aafdf006f2f72bfea78f2e8e7c47d5446dbc443c7bd9280d9d5eeb2f 0.00 MB 1 0
38,255 38,255 00000000118344b07a4ef91862bb0366f388b0cdff43725dad8e1a57a6952555 0.00 MB 1 0
38,254 38,254 000000008fb3140009b9460e32d4facdf328a37e8fa3cca565efdab15671e569 0.00 MB 1 0
38,253 38,253 0000000069a278a3f559cd4f817d692669d5761d2b34ab4c19d999dda0f6c8a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.