Memory Pool Memory Pool Refreshing

5,759 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (681,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,565 226,565 00000000000001073133a21494a3996ee2a23eb26e3dc50b731f5162aa6125a7 0.00 MB 8 15
226,564 226,564 0000000000000190d442c69d20f6ad7f93c011827496994e6a0423a9b6ae1072 0.06 MB 118 300
226,563 226,563 00000000000002e113cf21520308d0e6b84b0476a47541994d83e292d39a3c69 0.05 MB 72 124
226,562 226,562 000000000000031e7d1b320d5371a9267c78494acdcd4fa32e70a50aa139fec1 0.13 MB 229 143
226,561 226,561 00000000000002b8866e23b6d7c6c054869d54bcce13236fb9daa41814c355da 0.02 MB 44 188
226,560 226,560 00000000000001c949d095adaa49b60f490bf7efb68af029f3dc98edb9efd7bb 0.15 MB 208 116
226,559 226,559 00000000000001c63f30dde06058c87d4ecf7cd5b97966908b587696b594f7fc 0.11 MB 243 165
226,558 226,558 000000000000021c91942097f80856c60e6874c9291266e7cefcce24564a7083 0.05 MB 143 107
226,557 226,557 00000000000002acb6fed70eee0d18fade224195dc22fbbc00f2d116912850ca 0.00 MB 14 76
226,556 226,556 00000000000000f6946c5a359904877308dfb1a597ce1d659aa2aaaffd36078a 0.11 MB 234 161
226,555 226,555 000000000000027d8be699d94fc58820f8247178068e01f9b20363235acbfa70 0.33 MB 64 4
226,554 226,554 000000000000004bbff3f341ac2ac4a2da9ada7ae4129c06329cc17d292c478b 0.12 MB 221 147
226,553 226,553 0000000000000030b93ed5590cf40a2daef8a5846827a06d78f6a6c6a64329fb 0.01 MB 26 102
226,552 226,552 00000000000002bc11eb9ef3a16d511ce708be6cd8255e5881dc519d95956bac 0.13 MB 317 190
226,551 226,551 0000000000000239305fb07fde9f155200291456e4126746afec3aecc0c79fb7 0.01 MB 27 82
226,550 226,550 0000000000000093423d9c84dcea0e9e8b02b25983d37205bba23c2bc1fa8d36 0.06 MB 119 101
226,549 226,549 0000000000000235fe468976207197a4cca71820ed40dda06820624f88e5630f 0.07 MB 160 127
226,548 226,548 00000000000000e34f082673518d2e885c98a1abea4bc5d0684c1633b750eaf6 0.18 MB 340 1,661
226,547 226,547 000000000000014130686beb1ce180fe69359589c2dd46d4378b36cfff6e1dce 0.21 MB 406 184
226,546 226,546 00000000000002103765ce51b366d899484912660694761aff85da3b7003895b 0.13 MB 290 197
226,545 226,545 000000000000014af696da53724490546c7ee8f701347fdde04cf387fa59b439 0.04 MB 88 178
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.