Memory Pool Memory Pool Refreshing

5,669 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (113,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,750 793,750 00000000000000000002ca6e0c5c541582227affaaaecc08b291843123f6a3d9 3.18 MB 1,679 15
793,749 793,749 0000000000000000000198db221e2f6a31156496e473d6c79a254fa0a9fa9e0e 1.85 MB 1,606 22
793,748 793,748 0000000000000000000303d5b3f4dc416132a71695ff7a4e8ed4613fa43ea9eb 1.50 MB 3,278 53
793,747 793,747 000000000000000000044876c66792ad8cf9784b91e66618fc7090681c20ee9e 2.98 MB 2,003 13
793,746 793,746 000000000000000000009394f91ad00c65d762ca6e5bcd7b9522201a6a5e6187 3.10 MB 940 16
793,745 793,745 000000000000000000021a293d6f13133aba8d3c2ef68daf5f17c9cfd9b5dfdc 1.46 MB 2,064 33
793,744 793,744 0000000000000000000445f2a6bcdc9688ec087150526ffd4f57dd2ae0c221b0 1.81 MB 2,496 34
793,743 793,743 00000000000000000001350c1946a4288c6837297d0b40f12a4bd0265052ff4a 1.37 MB 1,823 45
793,742 793,742 000000000000000000040fb6ac79f47bcda37696f482a949c1584b354cdfed0e 1.92 MB 2,250 18
793,741 793,741 00000000000000000001bc263f4a39d489db4fd2cd838dc5118d43b7780e4cac 1.88 MB 4,361 18
793,740 793,740 00000000000000000001fc8fa9457e8a324307fe4c9fc625666a7b885b7b9b13 2.07 MB 2,302 13
793,739 793,739 00000000000000000001b43b30e57e4cf428fca40ba0913f0927afad9b6171e3 1.80 MB 3,251 36
793,738 793,738 000000000000000000032e4c9b9210b25d31d5d618072c95279a6eeb84aaa2d5 1.52 MB 3,283 50
793,737 793,737 000000000000000000002268d82fdb47d5d2fb935ee6d8cec580af815e5fc1b9 1.76 MB 2,336 29
793,736 793,736 00000000000000000003699e20beb9c49afcab519e37d872822dcf53ae3e33e7 1.85 MB 1,712 26
793,735 793,735 0000000000000000000255378fadc7e5c528aac36fbac037ab6d3b7feea56552 1.56 MB 3,114 48
793,734 793,734 00000000000000000002f3b823cf42fda13acc16926e9abad0ab9776353ba0e9 1.54 MB 3,170 74
793,733 793,733 0000000000000000000403621d81d096d25195b0ec95393f697e1c6f07c915c9 2.35 MB 3,726 33
793,732 793,732 000000000000000000011156d573f339edbeea7c672db91419a2de92b85c11fd 2.02 MB 2,801 23
793,731 793,731 00000000000000000002fd84aae40ad32694f32db82aedcae498f7bee2c3d51b 1.50 MB 3,039 22
793,730 793,730 000000000000000000020fe68b37f17b130e9b1b9a0edf3869044c00874249fc 1.57 MB 3,078 33
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.