Memory Pool Memory Pool Refreshing

2,263 transactions
1.22 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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,407 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (801,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
106,042 106,042 00000000000124a65dfaf7664269fa522869e6027b2ce594f5c8b6490d8bfe17 0.00 MB 1 0
106,041 106,041 00000000000034137a9aff8f0a9658f6e1cfb3943c86b02bc560f6229b678945 0.00 MB 2 0
106,040 106,040 000000000002d97d32a90d18a874cc3ec43040447c0ec9a2bfedc99cc6b97cce 0.00 MB 3 0
106,039 106,039 000000000001b70a6f80213e4ee1b30298fd540577926d772e75c0dbd68c4087 0.00 MB 1 0
106,038 106,038 000000000001e4087f999b0d15e8ce4af1fec41739f5b4dfe0aec30966a63408 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.16 GB sent, 95.24 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.