Memory Pool Memory Pool Refreshing

4,017 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (801,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,063 106,063 00000000000116cdbc97960800b4d669680d3a172016d6f5f49e13025a065a9c 0.01 MB 9 20
106,062 106,062 00000000000119ab5038715a20d748b370fbad8b301d812daa50a2d49142fbba 0.00 MB 1 0
106,061 106,061 000000000002c83a4a906354060f84c901a93235299546cd705a0cf59ce9fd63 0.00 MB 11 0
106,060 106,060 000000000000626b9d1afc812a7a638f8742f50d75de3bb42c61d8e846f3149c 0.00 MB 6 0
106,059 106,059 000000000002a241aa952e58ed2f96c4fc4aa6a0e1ce783000bcef4e6ad47589 0.00 MB 8 0
106,058 106,058 0000000000025d44a1e1ea23b0fc3752cc4c2304de5bd4326b44ce3d9f9d37aa 0.00 MB 12 0
106,057 106,057 0000000000001ec724d76775e906ea416de788abb5dc62d10380e677af689234 0.00 MB 12 0
106,056 106,056 0000000000004f6c1f6b1d838e471b8e33b68fec4d1c167e11bcee865c68feaa 0.00 MB 11 0
106,055 106,055 0000000000010f1837971cc2420851821231f7dc32fed5634fddce1af0379e22 0.00 MB 11 0
106,054 106,054 00000000000195dac055c6ac213574b9cdce724732962e7dba307db0cef004a5 0.00 MB 9 0
106,053 106,053 0000000000009de737ec0a199a325f6e487c42b8aecef7e2685ea5d8d00f1d5f 0.01 MB 22 0
106,052 106,052 000000000001c0a625ae57d8cf4b542ff3c4628c67c9957d48c33c3e70464c05 0.00 MB 5 0
106,051 106,051 0000000000017ee1689ccff931c74776c7181b0cdd06c5540f982d3d1570d194 0.00 MB 8 0
106,050 106,050 0000000000004dc0c57e2c7c86c7d1babd46a5ae3fc2a0758fd4d462bddac1ed 0.00 MB 1 0
106,049 106,049 000000000002dedb65b9543742407e59b6c5c1475414b1184293702b38b62165 0.00 MB 4 0
106,048 106,048 00000000000044467c32abab2e3758370864312c996acf89d8f3a69d781f3d13 0.01 MB 24 0
106,047 106,047 000000000001e75d2dec0ce77a749757cb45d55051efb2e3b170e07d1daf4309 0.00 MB 4 0
106,046 106,046 000000000002481da6017f74db71a8eae5b84eb1cf2b3367399b8898ff7b1b6a 0.00 MB 6 0
106,045 106,045 0000000000025cdb067682541162c81f9ae41286691c59426d6bf69fecfe99a3 0.00 MB 1 0
106,044 106,044 000000000000ce5e0ca6f6a087b600b80c2a55c57b888648941ebfd9baeb2e41 0.00 MB 2 0
106,043 106,043 000000000001fe173c7cc1eb65a2f32a85b21ec7873d4ee3febfa49189f43443 0.00 MB 7 525
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.