Memory Pool Memory Pool Refreshing

2,953 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (527,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,084 380,084 00000000000000000a33d941e0bbca955e8d0685a047ee5f3b10d25fce086820 0.90 MB 1,739 41
380,083 380,083 0000000000000000060507328f5be6d6b24ef8644d1e2e5281bb468aa7242637 0.75 MB 1,503 40
380,082 380,082 00000000000000000a6774b71764fad39cd98bfbe434d6a30184195c0e9abc5e 0.25 MB 479 33
380,081 380,081 000000000000000007b743a5a37b86649204582fea11e0871696aba301d0ed95 0.44 MB 650 26
380,080 380,080 000000000000000002a33a2f1c8f255a25414068753686d7e09651e45d650e8a 0.59 MB 1,260 38
380,079 380,079 00000000000000000438aebb41d406bd7fc4a5dd827203fb2ec430ab2d3caa23 0.22 MB 411 33
380,078 380,078 0000000000000000037b893831d019ab706f6e6f329f20d0a4ee9340642bbca7 0.43 MB 815 32
380,077 380,077 00000000000000000b1cd6afc8645799e9464844db52228f6b940607cbeca992 0.52 MB 930 32
380,076 380,076 00000000000000000c340ad5510a4952b350178454e40b94d5e81f3e5b48d97b 0.75 MB 293 7
380,075 380,075 000000000000000002bd9b9e3211f6674a052102933a8aad0393ea8d8fe5dba4 1.00 MB 1,652 31
380,074 380,074 00000000000000000b12f5064bdae2ee824f7f002c2c0e50342a36947e7db478 0.75 MB 1,569 39
380,073 380,073 000000000000000003825e43edccb9bf1156d31e8e0236c9e6158a3109b98a99 0.00 MB 2 0
380,072 380,072 00000000000000000e7c3929c5075ca3771db4477cc921b6cba672f70f11e40c 0.97 MB 891 20
380,071 380,071 00000000000000000b907b428cf80c101c716685b016f950b4b74493fa5ac564 1.00 MB 1,178 23
380,070 380,070 000000000000000002b93c1a6280bdeed54fb9ec9f695594602970f5dcc24980 1.00 MB 1,012 15
380,069 380,069 00000000000000000684d703b5571e72d9a6acc907c96ab120c56b1e72eb0e9c 1.00 MB 2,355 41
380,068 380,068 00000000000000000c878b7b1bd50099a951bee97e8e09953271f4645fc74c16 0.99 MB 2,316 40
380,067 380,067 00000000000000000ccb9f801629d78030feef2ea5d2bdef4be6e4710b1caf0b 0.93 MB 1,665 30
380,066 380,066 00000000000000000315922ae5b79815b78452455f96f4eba1c34478f9d1125b 0.99 MB 2,319 40
380,065 380,065 0000000000000000115c123001fd7cccf2feb283951c5748ab654e76772f79f0 0.95 MB 1,924 46
380,064 380,064 000000000000000009312a314470b37cf6393f585363e3bf265542d50c928cca 1.00 MB 1,942 35
Previous 10 blocks ↓
Total Size: 769.00 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,616.73 GB sent, 92.81 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.