Memory Pool Memory Pool Refreshing

63,983 transactions
33.28 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,553 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,186 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,552 (196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,356 874,356 0000000000000000000167c74ac3c1cf8c61763d9a4231d373b630f0a64fc6d9 1.29 MB 2,492 27
874,355 874,355 00000000000000000000a3fde1d8121072dcb33b02033bbfd9db35ef7e0aa040 1.60 MB 3,546 15
874,354 874,354 000000000000000000010b0f35fad2a3375fafaf76b91ff8bf2232c776ec2d8d 1.63 MB 4,166 15
874,353 874,353 0000000000000000000270de1d952b840df84074740aa19b0da46449f116a678 1.48 MB 2,781 19
874,352 874,352 00000000000000000001342e0511d0248775b7766ed59934e5322b2bb15c2c8e 1.90 MB 2,013 6
874,351 874,351 000000000000000000013d159ba90ebe92284f560273af7145cbd0cc15aaa232 1.65 MB 2,649 7
874,350 874,350 0000000000000000000147ccb79340a6f02534d350b028767bf0513fad691266 1.34 MB 1,768 8
874,349 874,349 0000000000000000000232c959fe327871c12149426f111bea30916de2128f26 1.46 MB 2,805 11
874,348 874,348 00000000000000000001375b26065a5dcce1dfdd3f6243299eb8451583c97548 1.52 MB 3,323 14
874,347 874,347 00000000000000000000cddd553dfa03865fbe454e0c89d7cd88a591d626042b 1.62 MB 3,464 12
874,346 874,346 0000000000000000000262d047834a8fc53c348a6f56b6b80b14087a64aed74f 1.62 MB 3,430 14
874,345 874,345 000000000000000000011c78ed69d01ffe9b0e3e641289dcfe8c311fbb7ba79c 1.42 MB 2,861 11
874,344 874,344 00000000000000000002afb91e06c67e816bf1a30fabab6eb82e03094f0d015c 1.51 MB 3,132 10
874,343 874,343 00000000000000000000e96e918e0bcaee0305010cb7468cfbf199d88c26650c 1.49 MB 3,324 16
874,342 874,342 0000000000000000000245d83ee5ec1dba6d1cfb578f8aab37d60ff0fe4ba6e5 1.56 MB 2,685 10
874,341 874,341 00000000000000000000fe0ab217ed13106ff752cc6b8adccade35e6e4841b11 1.53 MB 3,500 12
874,340 874,340 00000000000000000002787e44cf5f4c2f75ddfa9dd30eed5eb25df84c4a7e6d 1.48 MB 2,858 13
874,339 874,339 000000000000000000026daf548d0a82276a3ca30876c77a1009cc7c03a529c0 1.11 MB 774 12
874,338 874,338 000000000000000000027561a9d50e0c29be38b037465fe09e5dbbbb0fa90510 1.30 MB 1,719 13
874,337 874,337 000000000000000000019815b393a7bbbbca63997082fd5ad6a2a865d7d86639 1.54 MB 3,765 16
874,336 874,336 000000000000000000018f39d9257053bc3b902caff6540706f6cd2de2a0f625 1.51 MB 3,459 17
Previous 10 blocks ↓
Total Size: 707.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 61 incoming
  • Data Transfer: 10.16 GB sent, 0.13 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.