Memory Pool Memory Pool Refreshing

88,144 transactions
28.30 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,044 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 6,372 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,043 (61,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,500 809,500 000000000000000000012d45ef8e97822fca668f915e050a5c07e4e3045cef85 1.88 MB 648 10
809,499 809,499 000000000000000000026c07adc80c4298c07ad620b3c473027e0431dc160c54 1.90 MB 259 7
809,498 809,498 0000000000000000000022823d6d3ea1ff8c5e3b5b9294b5167834cfcaf395db 2.01 MB 1,250 13
809,497 809,497 00000000000000000001983f568eb0c0f3fa58cc9af0c1097d534193433647c7 1.88 MB 295 7
809,496 809,496 000000000000000000020fbbd7ee4dde28018eb857c98323d88475f05b6fdf41 2.01 MB 1,196 12
809,495 809,495 0000000000000000000081df8bfb36d739dfdb218ed068b3b52e2318aeff2415 1.94 MB 2,169 14
809,494 809,494 000000000000000000029b8d3d05b7a19bee7c1f7764e043770b5ff2b04fc1d6 1.50 MB 1,514 17
809,493 809,493 00000000000000000001cf13e633229cd24c84a2757449ad13da140cd9c0fb71 1.61 MB 2,408 24
809,492 809,492 00000000000000000004cffc859c064a29788a617f57bef1f32bcd1410a23c46 1.63 MB 3,057 30
809,491 809,491 00000000000000000003e3c39bd359b5718560882896223eee723542275015f5 1.51 MB 1,724 21
809,490 809,490 00000000000000000000c23ed110a5695004de854158e02a8cb2504d2438cba6 1.59 MB 3,265 29
809,489 809,489 0000000000000000000276a72a9dd8f5e44f8e4d7ab807ff43b9415585f7cb2a 2.01 MB 1,114 12
809,488 809,488 000000000000000000026567642d9e6cfa828b750f6e2800e4a71beeb85db4e3 2.11 MB 1,088 12
809,487 809,487 00000000000000000001c90a14cda8a60c094e5fdecfbddf0133babda68f7bc0 2.00 MB 2,154 19
809,486 809,486 0000000000000000000444a355d04583eb379c832c60acbb24e67716c4ba9504 1.92 MB 1,070 11
809,485 809,485 00000000000000000003ceecc0a5ab4f1da2eaa35a73c7edc6cfa09557bb7553 1.52 MB 2,011 21
809,484 809,484 00000000000000000003c135db96a76feabdc676a7779177b84b1393481538b3 1.81 MB 1,887 14
809,483 809,483 000000000000000000028ad5ff8c69988a2e61cbe2bd3cd3169587b73a82faed 1.58 MB 1,815 17
809,482 809,482 0000000000000000000484ea920c3ee943e157ab95ad66344b6a218a94232a9c 1.72 MB 2,368 19
809,481 809,481 00000000000000000003830cce2310d84f0dad692540e108bb448254cfa330e5 1.51 MB 2,470 31
809,480 809,480 000000000000000000016447a4aa208ec4e3747d6066b24ff7cd6cf4ea684919 1.60 MB 2,646 18
Previous 10 blocks ↓
Total Size: 701.43 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,409.16 GB sent, 220.57 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.