Memory Pool Memory Pool Refreshing

100,754 transactions
31.25 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,054 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,850 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,053 (630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,423 871,423 0000000000000000000098d3dae8aa914062bf1582efb12e0907bcac21c7fa0c 1.56 MB 4,757 7
871,422 871,422 00000000000000000002323044ceca00805605a4740d22b091c542b70dad4ef5 1.45 MB 3,993 6
871,421 871,421 000000000000000000021fa7f0a8a303da8ee40a3c21054e0220b6bd9690b5c9 1.47 MB 4,620 6
871,420 871,420 00000000000000000001ac4b0d0cf1a2e79a3a008ec8e8a85bb54ea3e0883f63 1.51 MB 5,221 10
871,419 871,419 000000000000000000025278d2f81ea5acb23baa620901f5862bdb9073cbe604 1.47 MB 5,320 11
871,418 871,418 000000000000000000007462a831e80be1c9c92145bfe84331b76e95e7484899 1.51 MB 4,127 13
871,417 871,417 0000000000000000000173ee318a7a9ba2dea5610027ad696700612c481a10eb 1.94 MB 4,500 4
871,416 871,416 000000000000000000002985ddc949bfd105261f63cccefc1b7381b103adbb9d 1.98 MB 4,773 3
871,415 871,415 000000000000000000022c4f7627ea74abc372660b2b4d48a803dae3c1614190 1.93 MB 2,547 3
871,414 871,414 000000000000000000004d125ed442d4c02f09490f574f2364cb47b285a3a969 1.67 MB 4,129 4
871,413 871,413 00000000000000000000492a31ad2976e49e95702d33ac3049713a29eb02e8d7 1.56 MB 4,914 4
871,412 871,412 00000000000000000000ead7e0b3cdd789cbadd8b3025510a00bede762c4ade9 1.48 MB 5,996 7
871,411 871,411 000000000000000000007e61ccdde0314aafab8dce2db8a5dd398bf75c14ff74 1.50 MB 4,948 9
871,410 871,410 0000000000000000000000c4eff2af5e61b6689da2353c2561e61d9784826760 1.80 MB 2,864 3
871,409 871,409 00000000000000000000b0a493f1dd0c6985e174e2dc361552852dfe69f2a07d 1.60 MB 4,210 4
871,408 871,408 00000000000000000001e48e022aaaebd43694e64c9f74145b305eeaf934bb3a 1.52 MB 1,709 5
871,407 871,407 00000000000000000000b9443768c4537acfce465dd016bf29af4d788004f873 1.57 MB 1,424 5
871,406 871,406 000000000000000000028d5014350dd63617accd50d91a09c622fcaea26a8725 1.62 MB 3,834 10
871,405 871,405 00000000000000000002b3649bdc2f8219e763207228baea1f19f3f6682ad921 1.61 MB 2,679 5
871,404 871,404 0000000000000000000184ab28a908dbc70a5d1c18aa31073ab55779a1d9fc33 1.73 MB 3,639 10
871,403 871,403 00000000000000000000c26947cd289c48f70acba7bc9805188f06bd2ea32bd7 1.59 MB 3,539 16
Previous 10 blocks ↓
Total Size: 703.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,587.85 GB sent, 233.44 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.