Memory Pool Memory Pool Refreshing

8,493 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,362 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (658,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,049 249,049 00000000000000888e33b86fb414ed313a6b59405c005195d381494c82578e23 0.09 MB 158 74
249,048 249,048 00000000000000804e0a19b24ca41a1b718ab685832dac5dbf2097eb0ab0e430 0.20 MB 500 148
249,047 249,047 000000000000005f0f631794cc6741e87ab5e89ed75b2fa87add82e75a488d5a 0.25 MB 635 139
249,046 249,046 0000000000000034ba5ce5dd2f48179e6a3bbb7863ddbfe556aee56ac6110b24 0.17 MB 469 138
249,045 249,045 000000000000006af1810a93bd8a21eba69113c1ee46f0e024d19138cbb208c9 0.00 MB 5 124
249,044 249,044 0000000000000058d7c0fcd16195a3bd21c512fd2a936481ccbb6b7ab3d176cf 0.04 MB 96 126
249,043 249,043 000000000000003e6fa0f5818eabffe1608be69304a147cedb2b21f53f1553dd 0.10 MB 206 104
249,042 249,042 000000000000000361422ec90d4e3806d91dde534ba29bcae796de5c976121a6 0.19 MB 473 129
249,041 249,041 00000000000000649e7dcce067c8c606149e67e0d51a8494379320fa2e3afcf4 0.11 MB 266 149
249,040 249,040 000000000000001dc6efdd915943762b444e08cda7dc9f114e2e9e33a376bbd6 0.07 MB 140 141
249,039 249,039 0000000000000008167a0c6b437195d63c47557696bbf4591ddf0a4ada0100ea 0.08 MB 151 107
249,038 249,038 0000000000000044ac2555ba3df547eb4d5cfaafd4068652d70246d0e1ba5189 0.04 MB 76 155
249,037 249,037 0000000000000004818cdcf77d0eea075ec1237b50103de6de84144a70d764c0 0.04 MB 73 26
249,036 249,036 00000000000000447bfa5a796cb9b7764124bcf7cd9718fb967cceda98bedcf1 0.14 MB 370 137
249,035 249,035 000000000000003beb786b89e8a5a71e97740944b207588c0423a80f7dfedc6e 0.18 MB 424 121
249,034 249,034 0000000000000028cab88b3743d95d5b1d801d0975f74e79ef512dd1a47465d1 0.12 MB 224 113
249,033 249,033 0000000000000018cefcde44287ef777626236f60489614d706c29dc2267a732 0.05 MB 108 168
249,032 249,032 000000000000000a2ce6401b7ef3a8cf7f6323a607ca7fc65b56d39865d8e627 0.15 MB 256 49
249,031 249,031 00000000000000205b2ca68e682b97c266cb6c8120389993df0affba032d5682 0.02 MB 32 104
249,030 249,030 000000000000002972c12582cc038359202fd8c1d49974e0260c2ca8c420fcb7 0.04 MB 77 74
249,029 249,029 000000000000004c6dac22bb4c9bbaa6cf2111aaf0490cfdce5c7a6db5a83329 0.19 MB 431 143
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.