Memory Pool Memory Pool Refreshing

5,232 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,746 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,897 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,745 (875,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,613 33,613 00000000baf0f3f9587ff29482e43fd0a284427203dab38a8969fbea440bcf11 0.00 MB 1 0
33,612 33,612 00000000d3eb10bec05a07ba4b41003af69bd46a6bb21ba3257375f9f6aa6ce7 0.00 MB 1 0
33,611 33,611 00000000181263ee3ea70ec3d9cc306adeaf05fafc3dcc781cd666cb88c7488b 0.00 MB 1 0
33,610 33,610 00000000689b2e7d1f07139da810f302056ad4ec93086ff5ca70526724aa539f 0.00 MB 1 0
33,609 33,609 0000000000d64425274352b2ecce0da7259e24a6a0891bf5f8787e3c44edfc96 0.00 MB 1 0
33,608 33,608 000000003dfb6fc4526556fa41050f9d6aaea59265505815ea8266efd5f3d705 0.00 MB 1 0
33,607 33,607 000000006a291dd4c58bdb6a076e5d8d8bbe71956d34e8bfe66b316eec533ff8 0.00 MB 1 0
33,606 33,606 000000007cc496a90f86018550ac90229ce0c14d3e9b4d5f2467bc663058b7a1 0.00 MB 1 0
33,605 33,605 0000000002a1a09bea2dc4a09fcf949103002b00870ac5500d932c2194a523d1 0.00 MB 1 0
33,604 33,604 00000000891406612d0b7224ef3889b7f5e40a6caab5abf5fa10c9f5b31e62dd 0.00 MB 1 0
33,603 33,603 0000000065e0df8df099bec4ec1c97d3b15856766912d72085cb32f52b1adde6 0.00 MB 1 0
33,602 33,602 000000008ca049915afb110aa86f151222fdbbd453648c57a4c6479391e6a73c 0.00 MB 1 0
33,601 33,601 0000000030304b07c80ccd80d83a4e55755dfaa88503ac215d19cb902bbf68db 0.00 MB 1 0
33,600 33,600 00000000922811d417808514e99a4ae78f610da31c53abd1db184fd430b0b7df 0.00 MB 1 0
33,599 33,599 000000006b54dbb73dd01f2a4479086bd63e07f97d4f64f15562093a553b1ecd 0.00 MB 1 0
33,598 33,598 00000000bb29070e97db24919b55e9b67baeb5561b929c905e3797b5956c3e4e 0.00 MB 1 0
33,597 33,597 000000002d2b0e9c741f753a3eb5301157f88b34fc2552f009e80a1ebe720b86 0.00 MB 1 0
33,596 33,596 000000001bb03efb4d2da9579326d89863c23d05349a195754e4883764938fb6 0.00 MB 1 0
33,595 33,595 00000000618b1d22dac5512b6ca4562512d1f14c1bbf9f1fb7101dae50b087f4 0.00 MB 1 0
33,594 33,594 00000000cccb372c21f09ec060c395259b6b3f22ed697a29b127d514104c5463 0.00 MB 1 0
33,593 33,593 00000000b421407e5c7036e3f61ba89263e20471e64409d7abb74f55d1883db0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,855.99 GB sent, 102.45 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.