Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (633,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,842 273,842 0000000000000005974e38ca0d0defc62f579cd27a05ea7f56a3375821b1e50c 0.22 MB 437 48
273,841 273,841 00000000000000031c106beeb0e84bce9f21405764a3db3383b74b816d0ca384 0.04 MB 82 24
273,840 273,840 000000000000000129834f5c3bea4196a774ba0d4b5be613340345b97663b334 0.19 MB 345 53
273,839 273,839 00000000000000059fdee81e710357fa6e22369c16b12be1402972149043c242 0.09 MB 68 18
273,838 273,838 00000000000000043ea10e8026170d0b0da6226375551935dd763b2da78dd5e5 0.25 MB 640 65
273,837 273,837 00000000000000029a08dfd5f0db5d541ed487c3410b133b42d3122bd8f48cbd 0.01 MB 35 149
273,836 273,836 00000000000000029a7317990b6f3c2bfb885d607cbed9a0cd18ac28e3ff0e7d 0.00 MB 11 28
273,835 273,835 0000000000000003a57012f94f44f02d5844d77eef656df1d316b213c1a2e7e5 0.07 MB 141 14
273,834 273,834 00000000000000049bf67255b2a56dd48b0215d098becd881bf79498b636249e 0.06 MB 141 41
273,833 273,833 0000000000000003555b708837d69a2131a640498eb649d50a451e1fae220177 0.17 MB 224 30
273,832 273,832 0000000000000003f205e4102a1d161b81cfea081dcdbf71fe05158195544100 0.50 MB 1,248 63
273,831 273,831 0000000000000001217bb623ccf7d1ecaed3ff43800bc61171b6cbc326cc9439 0.03 MB 75 78
273,830 273,830 00000000000000023f6c6df0a81d2a59ffb61e62ad988a0e89b450804744d748 0.15 MB 240 48
273,829 273,829 00000000000000048b82bb1e2c7592c4be1abce9dc11a149af03bc4e89c9315c 0.04 MB 118 68
273,828 273,828 00000000000000039a660d275b8aec5597139f16653ebb024ebbf90eb0a7eede 0.15 MB 346 57
273,827 273,827 00000000000000008178cd330abad24cefefa5e0ac5d090dd8b444920be79723 0.15 MB 323 46
273,826 273,826 0000000000000001eef0e08e38ac79d099c45ddc12a7fbe2932dcf0b97f2baef 0.02 MB 50 45
273,825 273,825 0000000000000002cfd73f952599b12a5e834f0251e0fd210fc4df544c6b5cce 0.11 MB 271 46
273,824 273,824 00000000000000036df0ac5e1f3a00e7326df1e1d4f2d5b507ac192fc1cd9770 0.08 MB 57 16
273,823 273,823 0000000000000003254ebcdf1047894619b33494a630b0d92853da3262a2070a 0.13 MB 319 52
273,822 273,822 0000000000000002487ebeac16e64a2da2247570e8ad2c041b1d8f14cc9ac1af 0.13 MB 174 28
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.