Memory Pool Memory Pool Refreshing

2,962 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (774,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,452 133,452 0000000000000652a617da5e6b190b45f87b006c23eb3733792adebc47ca5913 0.03 MB 67 396
133,451 133,451 000000000000000bab25c360231ec45537124c1cdcb4bfc1a4d35e4a0834d028 0.03 MB 37 7
133,450 133,450 00000000000004498829be529a4e301070d63fff66230d83694f232f69df6987 0.04 MB 75 841
133,449 133,449 000000000000028f3b7e753abb89bcec311978d41dcee8f558ec0d84c7b05cef 0.02 MB 29 543
133,448 133,448 0000000000000918268f03767c0077003d9b5b69d7d14cc85f0610705154c448 0.01 MB 20 229
133,447 133,447 0000000000000c06223ddf60208a47682182db1e14ed7a50a1b2a422f7459144 0.08 MB 113 307
133,446 133,446 00000000000004f7a5fdbc154f50f38d398ce0f52d8dba146c28c6e11ed2f38a 0.01 MB 18 485
133,445 133,445 00000000000009501237a79421b0ecb035c71f9752c7a62ee78be76f7d794a08 0.01 MB 17 854
133,444 133,444 00000000000001725c832c43976d5b4fdd6c605602ff6f9f538d829df0082002 0.00 MB 14 79
133,443 133,443 00000000000008e456ac7a0a9a5694301e0bbe52c0aa7157ae38b162a3d8856c 0.01 MB 15 234
133,442 133,442 000000000000057a5fc474d8ef4634ca63770f8efbb94f06ecfc5170edbe7668 0.03 MB 82 122
133,441 133,441 0000000000000a1a286cd156c0efaf59cb15c9024d2467e0a780d92733ac15de 0.02 MB 28 188
133,440 133,440 000000000000069fe508b7a68c2489f72c0e36d6a6aa28194dcfb28f3bc9a697 0.10 MB 237 409
133,439 133,439 0000000000000607fb6e2479c06dd6116f83bcf609f4d193a610b0a355d9079b 0.08 MB 164 196
133,438 133,438 00000000000007038b057b209dab3717d14e373e55dc92c8c743ffc11a629565 0.04 MB 51 956
133,437 133,437 00000000000007cd1326cf97df790cbab571d42c4f4909fd40ad6ba2257fb586 0.03 MB 66 521
133,436 133,436 00000000000006ad99273ec28e74376213a513da40bf866a73878abc7265be85 0.05 MB 98 981
133,435 133,435 00000000000003fe64f111dc71bf28beccbdab0541b16cd384e1244dd5bdb20c 0.00 MB 10 52
133,434 133,434 0000000000000aa94f89a4d4075c75897febd35fe6c11b881f64902bad50b6f8 0.01 MB 27 858
133,433 133,433 000000000000093502eaadbea24a0473eb53e103f946e4b138ec3e8182bd9cb5 0.09 MB 327 88
133,432 133,432 00000000000002bdc700738edc2bd3c03d7955517241ba33f47e2c5f9d398a52 0.02 MB 39 840
Previous 10 blocks ↓
Total Size: 769.57 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,650.05 GB sent, 95.80 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.