Memory Pool Memory Pool Refreshing

4,868 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (715,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,785 191,785 0000000000000122f979fd0a9cc8646bccb10238cd642fcb80516dfe90135f0f 0.37 MB 869 134
191,784 191,784 00000000000001d013b9c90c41884df8c542f44928bda3e7852e32c3926d102c 0.01 MB 32 1,334
191,783 191,783 00000000000005c2dbf13c29c9474ffb09b50162d7888553a20ba4f886838d8d 0.02 MB 65 85
191,782 191,782 00000000000000aa816b190e2d1d99acc6205851d18aea5f0e259204d48de204 0.05 MB 105 134
191,781 191,781 0000000000000067635b08b8633af48d8ff2738d94387f81e7ea74d1435e0260 0.02 MB 56 116
191,780 191,780 000000000000072c6aa20a6476b0cdd7f0c3727bb781136fbf38107c1602f218 0.10 MB 259 118
191,779 191,779 00000000000006d3ca860649a32b25180ea61fad6aa4d3b026d8a0d2315c6685 0.01 MB 20 76
191,778 191,778 00000000000000b794c106d78d541fe2d604114d574bab1c9497c04f8a002df2 0.30 MB 878 9
191,777 191,777 0000000000000641a9151b2400498d209d49e3c08b874a247d4dd5f013212c95 0.11 MB 248 133
191,776 191,776 00000000000000a438d46a1b52484b51cd90f4037409f6754c4943736bb7eb3d 0.00 MB 8 0
191,775 191,775 00000000000006a2c0eb97ce99a2f3d749d2758feb600500b8dc6b15a4c21f79 0.02 MB 42 109
191,774 191,774 00000000000005159e0de79c2a877a994d9a74509b2019a2051aa727b0fc44be 0.17 MB 511 145
191,773 191,773 000000000000051905aa7b3dc162b173a223489dc2bbce6ac3c8d043f1c54911 0.09 MB 298 3
191,772 191,772 00000000000001547655e91c34a39e856e101b6134cbdfaed8582bdfacbbdbda 0.08 MB 249 139
191,771 191,771 0000000000000342f7b5fd604c100ef33f42b35ab702fa551ffcc069de1355b0 0.00 MB 5 14
191,770 191,770 000000000000077285b5fffe85fb82374cbff46de3958d1533467c8733194966 0.00 MB 13 0
191,769 191,769 000000000000048d304c12829cf5fc7ec5c43b2b83084c62f33b51159494d6a2 0.22 MB 720 14
191,768 191,768 0000000000000754db4675a79b0f9bbd3c87eeac1d687fff763df673f70a1bbd 0.03 MB 61 90
191,767 191,767 000000000000038059114e3b0556d4ca182ead412af71d3be5560b245a2d9789 0.02 MB 48 85
191,766 191,766 0000000000000230ab8dccbe45f06daa9183eb23487f1529907ec8d4117e8c1c 0.23 MB 480 120
191,765 191,765 00000000000002f8bafdadac36c5a7432645b005f5899e51e8fac67164d5a33e 0.10 MB 240 154
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.