Memory Pool Memory Pool Refreshing

10,730 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (704,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,619 203,619 000000000000000ee262820a7e84efe7ae6fc2416ddaca6de771766ecf27592a 0.01 MB 29 319
203,618 203,618 0000000000000312b06f7065613dbf3e006d4301c4f52620b7dff5f15710f69f 0.05 MB 140 243
203,617 203,617 00000000000000facf4334761cd910dd1124ad66bb175d1fa2586f61d6a4e601 0.04 MB 87 120
203,616 203,616 00000000000003010530e33a849b27ded874202911e9e63263cb49245744fb9e 0.00 MB 17 295
203,615 203,615 000000000000022fc7f2a5c87b2bab742d71c4eb662d572df33f18193d6abf0e 0.03 MB 79 154
203,614 203,614 00000000000004c0318c37436cbe81b778aabe6d11c054c364d1c7ff3f887108 0.01 MB 33 143
203,613 203,613 0000000000000403d30cd2370d3bbc6ab6de9064c12dbe8322c9ec6e5596b99f 0.06 MB 127 150
203,612 203,612 0000000000000287d56d4e0561d72673d44f4101d781d1eadc78250460ee1354 0.09 MB 234 150
203,611 203,611 00000000000002348d224d673e81637e3ab0247f9cbe7cf11df2175f7e81ad54 0.00 MB 18 75
203,610 203,610 00000000000004b37ad1386a1f55d373725768ae46dbcc6994f9c657211f2ea1 0.06 MB 114 113
203,609 203,609 00000000000002219836fc8a6d3e487dfb4c9f0087bf4eb710f856ce481ad3fe 0.09 MB 200 130
203,608 203,608 0000000000000157b40b2235697b38a758d9879cc94cf14cea692a2028cdf9c1 0.04 MB 113 173
203,607 203,607 000000000000054db257a67f6eae3160d1819d3ff003845bcdc4c3714db1712b 0.06 MB 65 74
203,606 203,606 000000000000044b1f767ed1bcc2a7b819e6e206986fbf57c38b6b2bf4e9a86a 0.12 MB 229 221
203,605 203,605 00000000000001cf2619508758d65f3f5f1fd743befcc946faff98152dcc76ed 0.07 MB 130 95
203,604 203,604 000000000000043b1d8ad27bc1017d0e01636e523ff118ea5baab0476add6d99 0.00 MB 1 0
203,603 203,603 00000000000000e0a0317cda8c86f83f08eea62b45991d1ce832799c381d0344 0.05 MB 97 111
203,602 203,602 0000000000000093554cdbc2d42283912621bd7ef09b3d6e513f04b6a81ac3ad 0.31 MB 508 86
203,601 203,601 000000000000009e45a9c591ac7001128ae14e0765d0ffa2cbb5ea68ec8d4064 0.07 MB 140 89
203,600 203,600 0000000000000562dcf5d5ce440c55a3d5ab108f62a12aba0909a46586e66d0c 0.07 MB 116 85
203,599 203,599 0000000000000127cafde2244e7491b0e3062a6100b1950efe5fd28002ab7c09 0.22 MB 506 140
Previous 10 blocks ↓
Total Size: 768.93 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,612.43 GB sent, 92.48 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.