Memory Pool Memory Pool Refreshing

18,673 transactions
5.97 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (252,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,826 654,826 00000000000000000000fde32893009040a787e97015742d26983323b33c4187 1.24 MB 1,750 341
654,825 654,825 0000000000000000000d0903b56a19b3a65c3c5bfbaadc9bc6201462a801360c 1.30 MB 2,305 333
654,824 654,824 0000000000000000000dd9cfee580e136bd503bcf3cb57a11c4757deb6d67d20 1.33 MB 2,734 304
654,823 654,823 0000000000000000000a07d7f00bf35ad55c20d30ffadf2da85eafdefd7aaabc 1.32 MB 2,712 306
654,822 654,822 000000000000000000050402c400d6e03ff1a46465ec9d9d5973979bdd6555a8 1.24 MB 2,993 287
654,821 654,821 00000000000000000006a08505fa4ad160f80f52cf4b65d2207be48e3bbf06f6 1.23 MB 2,193 286
654,820 654,820 0000000000000000000df6ccdcf97cbdd8ec7c36c3cdc650c47929bd5dd763f5 1.43 MB 2,385 337
654,819 654,819 00000000000000000006dc38bbacb0b016195763ce4902bf1b84ffc96764c713 1.38 MB 2,445 304
654,818 654,818 000000000000000000043eae5aef08739ec0ec63b968f309d9513ac17c7b38df 1.44 MB 2,619 326
654,817 654,817 0000000000000000000d6c1d59f722ec0d4c937eb75550cba24ccc19656f18e4 1.39 MB 2,651 323
654,816 654,816 000000000000000000091f83a4f5dd7224b8dc6909ec3210326dc8525451069a 1.35 MB 2,717 300
654,815 654,815 0000000000000000000633cbd565b440f9b7e437c57d3f2bbbecceb258b1e7a8 1.26 MB 2,597 291
654,814 654,814 000000000000000000026fe6606facd9cd5209f54fcea5973c5b97e4e37016cc 1.43 MB 2,188 317
654,813 654,813 0000000000000000000ddeefee493a4b7c9ea1f10a74e7601ece0b9805728e70 1.26 MB 1,556 304
654,812 654,812 0000000000000000000d83a7ea937acfcbd4354b3ad79af2d9971e7bf4e70471 1.51 MB 2,256 310
654,811 654,811 0000000000000000000b73f7dd497f1a8e3e56b342062fccd31829a65254b85f 1.34 MB 2,856 348
654,810 654,810 0000000000000000000a12329414851d79c41605926ea5ac9acc7dd606348348 1.21 MB 2,134 297
654,809 654,809 0000000000000000000dc31a3e295e9be49c2f8a2c2a2d2b2588b83ea82eec3e 1.19 MB 2,388 289
654,808 654,808 00000000000000000007114efdface79c094e5f030bff9ca04f05c532bba4c97 1.27 MB 3,047 301
654,807 654,807 0000000000000000000da80171959f7ce86eed7fa617f32a1881d46fec6e3a7a 1.34 MB 2,816 338
654,806 654,806 000000000000000000083fb0aa04cc943074b5ba558955aac1aa2618797b6af1 1.36 MB 2,830 317
Previous 10 blocks ↓
Total Size: 769.02 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,624.37 GB sent, 92.99 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.