Memory Pool Memory Pool Refreshing

3,419 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,940 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,858 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,939 (794,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,082 113,082 00000000000058d0cafab07dcf6b9384ba74ce56323c814121af3ac3985c3763 0.00 MB 11 29,898
113,081 113,081 000000000000a00ed4ba76aa4a134e4150eef9146343273afc3ef0210d059fc1 0.00 MB 9 34,364
113,080 113,080 0000000000005b1f942412b12bebbb118f36026f36949e2e9c5324b51f41df19 0.01 MB 19 0
113,079 113,079 0000000000000cd108b97b41379d641d2464abc135494f5167876bdb4014d7ef 0.00 MB 1 0
113,078 113,078 0000000000004debcc9811c761271048b49031442157dabd401b5a6d0a362d63 0.00 MB 11 0
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
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.