Memory Pool Memory Pool Refreshing

4,007 transactions
24.51 vMB
Show Random Selection Loading Transactions
Max Size: 101/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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,444 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (755,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,094 153,094 0000000000000aaed21e60cc09016b991833650efe1760b997453d43a2b05b15 0.01 MB 24 40
153,093 153,093 0000000000000d2af0b19dde68a2481d53c54560a1d8729d8f785e1ea846de23 0.00 MB 4 44
153,092 153,092 0000000000000b11c81766063b72aa3fe10ba9074f1a4ae2640a19310ba8f840 0.01 MB 21 128
153,091 153,091 00000000000001f98d523c026c44716b46b356d3011925166eb890e711000b0e 0.01 MB 20 57
153,090 153,090 000000000000023e056f1cc948ae9e5ede98a8667b5d78a557e67dd6f2f58bd2 0.00 MB 4 0
153,089 153,089 00000000000006ed8a9ee7eff0d8bca49d788c1f70f8b6b4aae3ea9e30dadaa4 0.00 MB 1 0
153,088 153,088 000000000000077e06b097627946a805676e56e0d8738b77cd4d3b0332880179 0.00 MB 2 0
153,087 153,087 0000000000000a9ca623c6174b6f5a252f861f748a20511d128537f40989d819 0.00 MB 7 1,338
153,086 153,086 000000000000053d4de9aaedf0daffa34a77202d812e06c76c99fc814fc705b4 0.00 MB 2 0
153,085 153,085 00000000000006d794c4c6fd27b296a2c0f9c52f6c232e1214007aed0bd4cb4a 0.01 MB 33 283
153,084 153,084 0000000000000a73f19f6a4a605c2ac330974c4a7ee5602f3705f00e32479a81 0.00 MB 5 51
153,083 153,083 00000000000009a503b917fb5183fc81bd678e7e0226ee1c2a9cb70cd98aa409 0.00 MB 1 0
153,082 153,082 0000000000000c9b7e32ebba97bb7f395a849a1c4a99960a807824478bbef3ed 0.01 MB 12 34
153,081 153,081 000000000000064ad7e0362af869577ddad18537a0e665f66844e8c4cc4df62b 0.00 MB 18 32
153,080 153,080 00000000000003d54303830c97a9bbc45050add7cff0f0a7e72cf4d9cd69317e 0.01 MB 12 238
153,079 153,079 0000000000000a0332a30bcfd524c2ac1c55bf073025dcf18030e52fdb47c6cd 0.00 MB 6 19
153,078 153,078 00000000000004475299461f80fe281bc0f32b6098183bd2ddd28f037bc0708b 0.00 MB 12 306
153,077 153,077 000000000000045f9db7cc7bfec4cf6bf9a0432f917a508c24b0b67c72a4c56a 0.02 MB 64 22
153,076 153,076 0000000000000073f3bd6c5dcd7a62553194edc7c26e0ef07d9bac879745b9ed 0.00 MB 7 535
153,075 153,075 00000000000008353274b28aaeade0deda74fe485a9d2d8951c632a64272f560 0.00 MB 11 304
153,074 153,074 0000000000000b28aedd775263a8032a8d5a1b2c9dfadbfe461a08238f1dc527 0.02 MB 61 146
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.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.