Memory Pool Memory Pool Refreshing

9,983 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,167 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (747,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,590 160,590 000000000000012d3072af2d9f9e5ad823debd365dca8961c48bfc33cb4f38f1 0.02 MB 37 247
160,589 160,589 0000000000000703c39f4d3e21cd67b508225aca20489309031a5ad0a00aa668 0.01 MB 12 90
160,588 160,588 00000000000004c65bbabed05c953b672bd17130f27578cbeabdb3d533c60def 0.03 MB 118 50
160,587 160,587 00000000000004f211a801764b132b89da3266d46d273f6990b50d918aa3780d 0.01 MB 17 147
160,586 160,586 0000000000000d4d5c044e50d1a08cf32f18a4863b313108ba40c284b1efea7c 0.00 MB 1 0
160,585 160,585 000000000000085b2aeaec3c16573505daba1d6d2dd652437c06a6f7311e52d2 0.01 MB 23 93
160,584 160,584 0000000000000463d65e25cf335d6d999e61ca6f10539c981a020c10cfb22ecf 0.01 MB 20 688
160,583 160,583 000000000000008de451337e087570be95c25944ea34713325e67af4dd24d686 0.00 MB 12 219
160,582 160,582 0000000000000176a5baf58adc854b4a450e773bfe6efd89893ef2d1ea35ed95 0.01 MB 50 88
160,581 160,581 0000000000000c2645cd494346cf0d9d0970b23d736f5474bde07b8045d6cbd0 0.02 MB 33 300
160,580 160,580 00000000000004421e27f276d9e0cdfbedaf82ecf7a424316cb2db757f11f967 0.04 MB 46 102
160,579 160,579 0000000000000163ac36e22987d7a1ebec1c77935277b135a2d7b8c6902147da 0.00 MB 7 19
160,578 160,578 0000000000000495e9e457dc6071e5fecd73d8d60387a8046f52f4c469271933 0.02 MB 51 409
160,577 160,577 000000000000058c6055004ed8e7faee1e67d4a1882918f93a704547e989c960 0.00 MB 3 0
160,576 160,576 0000000000000afee980ba696b1fa4243c67a7298722a258fbbb7a2872ec475d 0.04 MB 105 56
160,575 160,575 000000000000040e82ff7ea30365aba7a357a089a1e38826ca97f6c428085fd6 0.04 MB 50 50
160,574 160,574 00000000000009d0d581d3776a729af9eefda573d4bc90040a1a5bb04eaadc41 0.02 MB 81 4
160,573 160,573 000000000000074f910a5275db5c72f7ca184ed0add2b93dcd37276673e6b9ec 0.04 MB 86 312
160,572 160,572 00000000000008802232ed42134d77a15ace7389aec142a1382494b7ec90e2ca 0.00 MB 2 0
160,571 160,571 000000000000019f1a138215c35ac129683a6db19262cb09e480fcf1d19ccf4c 0.02 MB 31 85
160,570 160,570 00000000000001618bf109ce376734687021469c977e4773c8be41e388b9673c 0.03 MB 65 156
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.