Memory Pool Memory Pool Refreshing

231 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (540,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,701 367,701 0000000000000000096416f49c7d81e460c080e6b00e7690a78c1edea2fbf9a5 0.95 MB 1,530 29
367,700 367,700 00000000000000000e36a5cceb010448515263daa0f69a027971f5863fd53fbd 0.93 MB 2,390 73
367,699 367,699 000000000000000014e2fff2e42ea07056c1c6ada9eb4124c9a4c718513c0a12 0.13 MB 268 93
367,698 367,698 00000000000000000fbddaf74e065e7142bfc93eb327eaaf2f495998254355ea 0.86 MB 654 24
367,697 367,697 0000000000000000134ed919eb6d2d2ff618e62d5e09077cd0cedcfef9e28cba 1.00 MB 1,268 24
367,696 367,696 000000000000000009e9976d45ec375ad5590e44fb7af4c9e491806467e0f6a5 0.92 MB 812 27
367,695 367,695 00000000000000000c5514ec784db2a05c50b5181aac08fc8fc24e5e57f2c26d 0.93 MB 1,843 47
367,694 367,694 00000000000000000d9c2cb9cfda93430751f9bc2160d4ecad4da9ffe7b6bb20 1.00 MB 378 20
367,693 367,693 000000000000000010a47216ef7548792f212bdc30a986f29f8aef97425798da 1.00 MB 322 21
367,692 367,692 000000000000000012eadb71770479e0906b54de84e7eb094ae2d1c8902d0b7b 0.75 MB 496 22
367,691 367,691 00000000000000000941aebb59ad568ab15ed3a5b2aef1e53c81290e328126c5 1.00 MB 464 26
367,690 367,690 00000000000000000a4040d64cbab038dc27d06933fb29d4809aa577b174db34 0.95 MB 1,035 29
367,689 367,689 000000000000000010d5df197625cccfa8a38ed28b4a817b0eda40331b5cea38 1.00 MB 463 26
367,688 367,688 00000000000000001372b5beca6d9f187fb343292ab4233c53c22938344a03f9 0.91 MB 233 20
367,687 367,687 000000000000000014ad50b18a2affa406fb43ac63e02e9a5fc800e9803aca7e 1.00 MB 614 29
367,686 367,686 000000000000000013b344fb3a0db40d4a254583a3531cbd6857e78f74016893 0.95 MB 536 26
367,685 367,685 000000000000000005297676d57a701cf1ae0b25cae71db9535362484bbefaa1 0.95 MB 708 31
367,684 367,684 000000000000000014a22d9ca20f6eda91c42103b08cab6587d33a8bc03dbc77 1.00 MB 669 28
367,683 367,683 0000000000000000149a447a273d92da41f8a9c8d3771a65aceadb26d60e7478 0.95 MB 1,515 40
367,682 367,682 0000000000000000007ef279b1d6b408abc68cd38004e7d1f00656c8a631f6ae 1.00 MB 1,758 46
367,681 367,681 000000000000000006b73a8933f93c000f1fb213268253cec51912aca3e3f808 0.93 MB 1,064 29
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.