Memory Pool Memory Pool Refreshing

4,517 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,169 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (794,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,077 113,077 000000000000d6550e8e7e5371d325caa1479d09fa00e247e2b67a65a0d710d6 0.00 MB 1 0
113,076 113,076 000000000000013b956e53f4791d3a1c23d4ad9f07899d7a0bc1b4bea76229d6 0.00 MB 11 320
113,075 113,075 00000000000012219547dce72fdfa7a044fe498656728a689f0de4462db258e7 0.01 MB 5 0
113,074 113,074 000000000000774083c783ece28839a59e54f381a2f050ff16f649dd0b0b7d93 0.00 MB 12 0
113,073 113,073 0000000000000b1d5feb1aa9f2906792183e131933586b84baf53f0243bd88e2 0.01 MB 31 113
113,072 113,072 0000000000003d30078a202dcda8cfdbf9fc7d94217f152be3dcf0ae61001bff 0.00 MB 12 26,184
113,071 113,071 000000000000c479ec737d1dd6521c05a1ebf27739713f8e17feb7515a0527b7 0.00 MB 12 312
113,070 113,070 0000000000003fddaf0509903902571847f320783e822b604b1671597824b99a 0.00 MB 8 629
113,069 113,069 00000000000041220fff31f160079a56f8d773dfa099c1f48017c3ec07d9c55f 0.00 MB 18 0
113,068 113,068 0000000000007baaad56864bdf3c7d3a0ccc9074ecf78e7cabcd5ff6f5e7efbf 0.00 MB 11 0
113,067 113,067 0000000000004076d3b4f7bb14e7264d6155fc830517c7ed012149e70adcc6a5 0.00 MB 10 34,940
113,066 113,066 00000000000087aab2daf5f829d03afd2248bb98c44c621f3fb985f2b1fff9c3 0.01 MB 20 334
113,065 113,065 00000000000049d5f63648f49309d8b11142eed85a928b5aa0b9dc68851c514d 0.00 MB 10 0
113,064 113,064 000000000000763012f7a47975316d3e5f7c7d643b2bb6dd65f393e21204e2ff 0.01 MB 20 391
113,063 113,063 0000000000005eb22113021b805ffebdd00741e5233852db3833dbcca87764b2 0.00 MB 1 0
113,062 113,062 00000000000001c538e770f67fdce6b8ce160c71264c0e3f05e707389468b6f3 0.01 MB 24 17,011
113,061 113,061 00000000000043fb19bbae2add51117378df267e3101f1ba37f2bd68d9083a22 0.01 MB 35 0
113,060 113,060 0000000000003d257d0469e2e9bcef25b6d7e1b5dd0c3948c59106e01508d5e1 0.01 MB 31 453
113,059 113,059 0000000000001d895c2b75c8fd0762bb15be3c8345d3eeeaee7e6d598a3384e4 0.00 MB 7 0
113,058 113,058 0000000000008702fb45a604ccb0a8d5e3ada9e31d30551472115791904f5599 0.01 MB 16 198
113,057 113,057 000000000000b15c2b8aea16078013bf35a6129d2c0a37253f4ff04131147737 0.00 MB 19 1,101
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.