Memory Pool Memory Pool Refreshing

5,051 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (687,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,065 220,065 00000000000003f5a918e3193a54f76deabe83768a6e358ab67f3eef55785c4c 0.27 MB 406 129
220,064 220,064 0000000000000181ccebdf0c80fbf64095ab40f8814efa60f20ba3d1ebf8ad14 0.25 MB 655 207
220,063 220,063 000000000000028c2cc86ff800cab43520001556f9e0f2778e651cd9f0310827 0.25 MB 718 238
220,062 220,062 00000000000002bf2c3737b6d6ee9e3a797dc23f764aedc366bd36f8b1581359 0.25 MB 641 216
220,061 220,061 00000000000001c6cf909d111afe45788a014726f72992680c886ab6de7a7bca 0.25 MB 652 205
220,060 220,060 000000000000011cdd6a33abc055948feef52cc7423f3d58a89685fcc1aa213f 0.00 MB 4 159
220,059 220,059 000000000000015789f9d417072407ffed0a3b212406e5a8eae894416dbe5873 0.15 MB 303 178
220,058 220,058 0000000000000210147f2437b115dec78a163d0b3a4ab962158bce96825d47be 0.01 MB 15 38
220,057 220,057 00000000000003bcfcbad1a0357920061bb5a5658266d6a5a63f135857946e97 0.16 MB 305 148
220,056 220,056 000000000000003fea2a55c3e058cc51c467f70b4fcf8122927d35ce527e0684 0.26 MB 564 178
220,055 220,055 00000000000004b8119ec0b435652fe0e02eed60b85d3dec6377f7b779c5081d 0.20 MB 489 189
220,054 220,054 00000000000003d9c55f0221927ebecb71dd6d147d3b7bb552a1fa460feb0686 0.23 MB 209 31
220,053 220,053 000000000000035162398435512107591336268649551aba1d94e9a31d93d41d 0.05 MB 113 80
220,052 220,052 000000000000031741267d2f934f969719bf8d300aff3d366924167ec1bb7f17 0.17 MB 432 245
220,051 220,051 000000000000044867c7b17dec16fa288ad08f4ee10b819652aee85f1bf1be4f 0.19 MB 462 182
220,050 220,050 00000000000001694fd1ff13d4d2ff7d42d8e86f85cefe295ae1377bfb1cbde9 0.22 MB 517 204
220,049 220,049 000000000000050715e1d0aba9236c09d02d06eb7577866a8e96298e978f99db 0.20 MB 450 189
220,048 220,048 0000000000000290797b5e186f34d81dcebfde11ce089b75c116088f322859df 0.32 MB 472 120
220,047 220,047 000000000000041ee7a61acb03fd006d4cc7cd5c300e7e4f175827932277ba6d 0.25 MB 796 242
220,046 220,046 00000000000003d4799e2c576548d4d5c9d882f009fa9f71cf2ff9080c6c479f 0.05 MB 144 178
220,045 220,045 000000000000034cf5c584cde43693a5cdb97c21935a93b64dca035f29a404f3 0.05 MB 132 148
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.