Memory Pool Memory Pool Refreshing

3,523 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (903,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,050 4,050 000000005521f7073f99a1cae1511c386efee46d23accbe3db41ddc5b41798b0 0.00 MB 1 0
4,049 4,049 000000009187931abd629b696201401af122c825d3a8e00a69b0137ee26e9777 0.00 MB 1 0
4,048 4,048 0000000013d7816b8a263980d36e213856d3b8be2fc3541220c3c9edae0b7f5c 0.00 MB 1 0
4,047 4,047 000000003f3af7c360e772dea533bd6be905db241c3a2aa8edb5d353cf932d17 0.00 MB 1 0
4,046 4,046 00000000260d3161f60c4d23b6f8b2f7d19c4f9eae2c354003c74c6e19a2bdf1 0.00 MB 1 0
4,045 4,045 00000000f54ae42492abbdc195dcf041ac89e7c522272ae1d28e95caaa5e6b0c 0.00 MB 1 0
4,044 4,044 000000002ea27436706d7f9d0e2e5005a3d2c8a3f40bb880079d243fb1160c42 0.00 MB 1 0
4,043 4,043 00000000ddb29b4110b921a35050474994811596e889739dede3c0ab90ab58b3 0.00 MB 1 0
4,042 4,042 000000005d167706d7f6d69d3562af6e3ecece098392336b71a40bcdfeddb57a 0.00 MB 1 0
4,041 4,041 00000000991c2afa20b9c56f8a1c679ffe3fc241e32c57dd3028f5d4e5c82b5e 0.00 MB 1 0
4,040 4,040 00000000c300a4e199097e58d28daa4ec90f5ae38603392080425a2a44a64b8d 0.00 MB 1 0
4,039 4,039 00000000baf8cf1b20cfe00f244c780f0bfc24ce922b7726d5d3bbc292441892 0.00 MB 1 0
4,038 4,038 00000000d49c607f7cff19324ce8ef67d47b743bdb91725a5ca1b2408516b90e 0.00 MB 1 0
4,037 4,037 0000000045c689dc49dee778a9fbca7b5bc48fceca9f05cde5fc8d667f00e7d2 0.00 MB 1 0
4,036 4,036 00000000e185f244cd92bf2b9c15e189e55ee30ebb73b262d58edcb3484d348b 0.00 MB 1 0
4,035 4,035 0000000001f73c49359c7e44160a7825feac41ed2c0eb4040695f45d82715d3e 0.00 MB 1 0
4,034 4,034 0000000005974e0f9b1080c8a9bf635110ec84262c280ce91008ab4569449640 0.00 MB 1 0
4,033 4,033 0000000027630bf5db66c00a0efbc93c9e1ad088286f9564a80f4987deb97c86 0.00 MB 1 0
4,032 4,032 00000000ca4b69045a03d7b20624def97a5366418648d5005e82fd3b345d20d0 0.00 MB 1 0
4,031 4,031 00000000f037ad09d0b05ee66b8c1da83030abaf909d2b1bf519c3c7d2cd3fdf 0.00 MB 1 0
4,030 4,030 00000000c059ff0a3a8ee2f8a255c626fb370916c26c1119b6565771968c9c0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.