Memory Pool Memory Pool Refreshing

18,795 transactions
16.76 vMB
Show Random Selection Loading Transactions
Max Size: 91/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,925 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,924 (375,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,730 527,730 00000000000000000001232ea013791b386832fd6b78f62463f27679a5d62590 0.42 MB 889 18
527,729 527,729 00000000000000000014395c8c1c2c587720380f69051ddf7782d65723eb70f5 1.02 MB 1,887 22
527,728 527,728 000000000000000000362e71ceffdbd89b5f6d7d131d01e6a0ce4d93dfc8f768 0.84 MB 2,038 22
527,727 527,727 00000000000000000028921e7590cb097c18661f302742e71c6480536624c579 0.64 MB 1,445 23
527,726 527,726 00000000000000000001e8986a59ca7b148d87e2bba774b056fa75b637c7f325 0.27 MB 402 19
527,725 527,725 00000000000000000026ebb5c1eea42cd0985a701f5045d8b08e387e7f759401 0.30 MB 538 17
527,724 527,724 00000000000000000022d9c6817e68072a5bed8eb7fb4f048c980310736565c3 0.77 MB 1,596 17
527,723 527,723 0000000000000000001b8c4cffd868ab6d6972416ed23c20d68b6dd2181447e9 0.47 MB 870 24
527,722 527,722 000000000000000000168f548cd55955de046b49e1cb9c411ace43bbbccf3b34 0.52 MB 962 18
527,721 527,721 0000000000000000003843aa1204a2f63bfa691f8b6fa21f17fa2b7c1bac340f 0.20 MB 396 21
527,720 527,720 0000000000000000000616c5ae17d51c5d903c9b79c187c189849cd1b8bce161 0.41 MB 957 24
527,719 527,719 0000000000000000001bd513586710f39f013f912a9d02110d72f95890627abc 0.86 MB 1,366 21
527,718 527,718 0000000000000000001953a41f2be38b34f362f6e8185ad37766501eeb5e3bf5 0.14 MB 342 21
527,717 527,717 000000000000000000248a748592a1a1c913b22d1b01ae847e309b4828485181 0.17 MB 232 13
527,716 527,716 00000000000000000012c4b80b337049c1f77acf53d964a728205f702db28810 0.14 MB 318 24
527,715 527,715 0000000000000000001c4b055e8837c9bed42570e1e5cbfb0c30674339047ef6 0.28 MB 536 24
527,714 527,714 00000000000000000000572d7077489ecfdb97a007d514e311d9e1b89d9571f2 0.13 MB 243 18
527,713 527,713 000000000000000000288d2a508b76ee7cb30303b878640e4976151d3b2889ff 0.95 MB 1,752 19
527,712 527,712 0000000000000000002103f89344156412260bdafc1014d1e4c1f6de2c932e86 0.07 MB 152 22
527,711 527,711 0000000000000000000aaf7e49ff88db6758fc8348bbf56a1f8df373fd78be07 0.61 MB 1,106 24
527,710 527,710 00000000000000000006c4cd76be3b97e936dce49def5fc2341ddbdf6cc9285e 0.69 MB 974 10
Previous 10 blocks ↓
Total Size: 760.77 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: 909.20 GB sent, 50.42 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.