Memory Pool Memory Pool Refreshing

12,217 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (226,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,357 681,357 00000000000000000003a3de95043af2288ee89d277fc2d99b524e5870287f65 1.36 MB 1,762 42
681,356 681,356 00000000000000000000a0fd50ebd8839b0b3216e334dfca26afbd3ede5dcd8a 1.37 MB 2,151 26
681,355 681,355 00000000000000000007f6b3f7295c4d8709076e1d81d4592bfced584a94bb0a 1.32 MB 2,513 87
681,354 681,354 00000000000000000007ea11f43bdd77dd41e232d379e51f47fc571849734a6c 1.83 MB 1,081 37
681,353 681,353 000000000000000000021cf0e5f749537d477f9305329b0a41758cc7de42047f 1.20 MB 1,777 15
681,352 681,352 00000000000000000009935c19d5396e470ca4f19b844d00efec8137eac00994 1.28 MB 2,173 38
681,351 681,351 000000000000000000001dfb613973b1c09994f872933de4fcdb8b1cd78789d3 1.16 MB 1,402 136
681,350 681,350 0000000000000000000b889bbec953019f97a31a18047605b6049ee4c7e74ff5 1.59 MB 1,645 30
681,349 681,349 00000000000000000005c2cde5cac533e312b67a2f993d7f6a7c4121c8a9e4da 1.34 MB 2,448 103
681,348 681,348 000000000000000000050b8d0b47dfd2e4a4b0ad8d36eb9b11785c3cbc0eec3d 1.19 MB 1,769 155
681,347 681,347 0000000000000000000b042e5379ef0f8eb17db0aeb809b0a40947ebd7f55e63 1.34 MB 1,909 49
681,346 681,346 00000000000000000009915964474dd8425de5b1aea37930512bb8a21fdb8a46 1.08 MB 2,219 22
681,345 681,345 0000000000000000000161d5e5586f27184e7d0265eea045bae1c18bbbd0b838 1.31 MB 2,167 79
681,344 681,344 00000000000000000008c69128a76fb9888164db31dace993cf2a6b8a574664a 1.11 MB 2,660 29
681,343 681,343 000000000000000000093196401700bbeeb726829b7961d3415bdf440f0fe9c8 1.40 MB 1,934 37
681,342 681,342 00000000000000000000c45fa9a25971ee563a59f5069d60e0a9f0876ac9e1a6 1.30 MB 1,722 77
681,341 681,341 0000000000000000000a209d03f9393166557529a315fd468956254af2eae4d4 1.31 MB 2,235 117
681,340 681,340 0000000000000000000b73bd73228529f7015307e574b7e079e7bf567764c8e1 1.17 MB 1,488 148
681,339 681,339 00000000000000000004c15dcf7b8f199cd0e649e79bcc90940f4a7d43614388 1.30 MB 2,403 85
681,338 681,338 00000000000000000006294152ec9ccf066ba8367ab12e7e57bc96a6a62c3f30 1.34 MB 2,585 85
681,337 681,337 00000000000000000006a460480edea53faf7bd90d7530b244ae9a8878a7594a 1.46 MB 2,464 106
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.