Memory Pool Memory Pool Refreshing

43,417 transactions
32.37 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,494 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,925 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (57,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,350 806,350 000000000000000000047728a20fd53cd0b48be354d82db61edcdf487c6c5451 1.47 MB 3,685 30
806,349 806,349 00000000000000000004342f0e50312a04a98b115576cc8532767094d6f2d159 1.44 MB 2,541 25
806,348 806,348 0000000000000000000060b3805dc2543a69f495c92aec773a1340f358cc87e4 1.51 MB 2,817 21
806,347 806,347 000000000000000000050670729b2a16be4bfb344e9dab75ee6fbdd7100df851 1.57 MB 2,824 17
806,346 806,346 00000000000000000000dde7de5600a47816d1a1cd3a3c7a8dd815182c0e7933 1.46 MB 2,592 25
806,345 806,345 00000000000000000001d27dc77dfb428ae326be18a1d761ba7da80a7c5c8e5d 1.50 MB 3,183 22
806,344 806,344 000000000000000000044feefd0e1d7cc1585c3113a9e3fffaa3ac1622132d76 1.53 MB 2,728 20
806,343 806,343 00000000000000000002bbb8c8fd3e8ad980d146b6103508cab0a6496d366e15 1.54 MB 2,701 25
806,342 806,342 00000000000000000003a444b70366765359ec534ca485b35481d67ea298661a 1.67 MB 3,497 24
806,341 806,341 00000000000000000000a301c61d6de8fcbd9a1c7f3c8dbf7e38dfbe193dec38 1.48 MB 2,758 26
806,340 806,340 00000000000000000004a2f898e01a99685be0bb55412e39e0c5b26b3c011871 1.54 MB 2,610 22
806,339 806,339 000000000000000000050d4883b72ca36e4b413cd1c23ddf6e6489b2a3723edb 1.60 MB 2,527 28
806,338 806,338 000000000000000000016985aea7cff7c87a12653ff43ed7026ebd369514eddc 1.38 MB 3,140 30
806,337 806,337 00000000000000000003e3e6a2844aa5169a05554b54a7a08a294c569c14e7c4 1.56 MB 2,862 17
806,336 806,336 0000000000000000000179ca9a8214efa74cd0db5412dcbfbd5e252f1a872eaa 1.44 MB 3,125 21
806,335 806,335 000000000000000000029b82f66f80f8ebfd850bd77c2c75545b99f928f6964d 1.63 MB 3,029 26
806,334 806,334 00000000000000000004d40c77f13c6192d6fa65b5140f22dede13f3dc9bce49 1.45 MB 4,716 16
806,333 806,333 00000000000000000000d56dd0bba5cc3146c698faeac09b6e3d347a85a8747a 1.61 MB 4,358 19
806,332 806,332 00000000000000000004bfe3c4c4bd089e0558dc348f13c064c74f4c694c07b6 1.66 MB 5,684 15
806,331 806,331 00000000000000000001a14e7c7fa098321cbe3928372dfc16f7371490dae5bc 1.41 MB 3,091 27
806,330 806,330 000000000000000000034170bd1f976b63170d004a50eebcf9495995867a40c4 1.78 MB 7,388 15
Previous 10 blocks ↓
Total Size: 687.06 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,505.87 GB sent, 118.83 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.