Memory Pool Memory Pool Refreshing

2,388 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (815,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,687 92,687 00000000000a825c5da02bef0fdfb9b53b91955564930f78f0c9cbd00f4ea854 0.00 MB 2 0
92,686 92,686 0000000000024655858158a3fe643b25bb792dd1e3e245e4cff8ea71b0535a12 0.00 MB 1 0
92,685 92,685 000000000006e421cde841e549d7ba1c511d3a8e014a343809ecbd018710c761 0.00 MB 2 0
92,684 92,684 0000000000071ab96289fc97ef1f181f22d0fc2a325faba96d607c3668de8748 0.00 MB 1 0
92,683 92,683 00000000000a54f037f3306e95c0edd5187e716bd837933c9fccf52a5d83979c 0.00 MB 2 0
92,682 92,682 00000000000dd21591b985a7e788b70797519d25b89063c72f51de083d9d35eb 0.00 MB 1 0
92,681 92,681 00000000000b29ecf54cb2c65bcced719dc67bdc6c7f1f49e576d308ec476024 0.00 MB 1 0
92,680 92,680 00000000000b73890b28194c06708c17725ce9ca7ac9075fea282a046f60d2c8 0.00 MB 2 0
92,679 92,679 00000000000153048cf785a87cf94d227fe4a6f8c6dcccc833a8bf1e89d8a4ba 0.00 MB 5 0
92,678 92,678 0000000000076024aad14ac1bc259aa1a77c6ad6f46c8129e04adb2345a0c319 0.00 MB 4 0
92,677 92,677 000000000006cd7ea8f0afe7f2b5c3b6e1f42410e03a472d68cbfda80d3d9f86 0.00 MB 1 0
92,676 92,676 000000000007b644e4e02af76e657710b3228a6ea1d308b4048eda5264d4c67a 0.00 MB 1 0
92,675 92,675 0000000000072706420fbf4e315f1491535126a078ebfefe1b53cc69a1c45cfc 0.00 MB 1 0
92,674 92,674 000000000008fa36fca50276dfa2140ad21ca0947982234d44b7dc3144ecc351 0.00 MB 3 0
92,673 92,673 00000000000976db8a605438845ff2bb81fbb268348c453409adc52fd27e5853 0.00 MB 1 0
92,672 92,672 000000000005f29e12c183c47cb7022d79ddcd33721dfed3978fae4692e97231 0.00 MB 1 0
92,671 92,671 00000000000d1ec78e957590299be762199e2c8180f7e564dc32d8103e76f6d0 0.00 MB 4 0
92,670 92,670 000000000009e5b551423d2e0ded05f987e2ffb6682abf40006f403e32f9a958 0.00 MB 1 0
92,669 92,669 00000000000523b7d9873a3792249fa68477a795c0a507e9e82137d1051eef56 0.00 MB 2 0
92,668 92,668 000000000006ddfa47b89140e3b08c1230c57fc23275311daac023acd15f9e8a 0.00 MB 2 0
92,667 92,667 000000000009d6ef1a68f1e616091a2f168bb644586013ac47e83ffc89d07d17 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.