Memory Pool Memory Pool Refreshing

40,439 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,364 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,363 (16,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
845,462 845,462 00000000000000000000074352337ea5fc4ceaf0c796756f1cfb72950d5a9c5e 1.47 MB 4,819 15
845,461 845,461 0000000000000000000181119820c92f8c9cc3662a6453b5eccf855ae4a6bac8 1.47 MB 6,990 8
845,460 845,460 00000000000000000000e588d7b50c11a7f02afe47223e457b2befcc513378c8 1.53 MB 5,023 12
845,459 845,459 000000000000000000006cac68ed2a6842749a9318d95718a64fbed14294dbca 1.49 MB 6,259 14
845,458 845,458 000000000000000000014e5491b4e26e976441582dbb454bd9a90a9ef5250e8b 1.56 MB 5,632 13
845,457 845,457 00000000000000000001599905fb41cd1654cf77851b595e99bec5fca57ecc0e 1.51 MB 5,858 16
845,456 845,456 000000000000000000024b534541dfceeaed213b3ec3500141ede3f1f7baa191 1.39 MB 2,680 25
845,455 845,455 00000000000000000000e2edfca354aabbb61ca6ebc9610d35f08642f3261a0e 1.55 MB 4,786 10
845,454 845,454 0000000000000000000048185f68d61b9d11ba0164fbab8626fe245965986f76 1.94 MB 4,267 8
845,453 845,453 00000000000000000002ea53cf007be319d6b1efcb1ead9585df06f477742070 1.64 MB 4,249 13
845,452 845,452 0000000000000000000130b307f8c8746be7c5716bd04ebdbd0e1a5e4175a1b7 1.44 MB 2,717 14
845,451 845,451 000000000000000000007e6f98613f67da60262a51d2a9e7375a3a41182b8b59 1.51 MB 3,410 21
845,450 845,450 0000000000000000000017711b0ade540a14cc9c0d32a73d035d877181925385 1.49 MB 5,429 12
845,449 845,449 0000000000000000000296cf461f99d783be55904f71732abdceaf3bb07e55d0 1.55 MB 6,008 14
845,448 845,448 00000000000000000002f902c33ae533719b71bf3fc8a77ed89a663db07332ed 1.44 MB 5,907 17
845,447 845,447 0000000000000000000250b8fa3d89c6943c1351a0791d6fd2229aa989b32a86 1.50 MB 6,694 14
845,446 845,446 00000000000000000000d0835c2f5e2471a1fcab19b704d606b3a25c9fff494b 1.44 MB 5,783 14
845,445 845,445 00000000000000000000f5a8bfaf11c321f576f1e8ad767795cbfb2bc1c22d6c 1.54 MB 6,804 12
845,444 845,444 00000000000000000002a8726d5fac18bcaabb8792abdb22de9b22bf5d226ef2 1.52 MB 6,146 15
845,443 845,443 00000000000000000001d5f906b73c3602f500fe1ca385b88b358d1ae27e7e20 1.44 MB 3,721 23
845,442 845,442 00000000000000000000d0571921a10fade292e27be05ea88c66aeb8b60ace28 1.46 MB 5,457 16
Previous 10 blocks ↓
Total Size: 684.86 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: 1,365.45 GB sent, 104.04 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.