Memory Pool Memory Pool Refreshing

18,064 transactions
36.88 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,127 (42,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
819,349 819,349 00000000000000000002dd4fbe8bb090d653754b4884867689f638a919a0b9bc 1.52 MB 3,088 39
819,348 819,348 00000000000000000001e95cdd8eef90d8ee006406e84605cb444372db95c756 1.62 MB 2,419 61
819,347 819,347 00000000000000000001897b03d0f8fb72a7c65e6906cf9c4d8074247ca7d06e 1.81 MB 4,180 32
819,346 819,346 00000000000000000000f2a44776f015e8d0fed852974feaa3a4fef29db93863 1.66 MB 2,927 44
819,345 819,345 000000000000000000016a22934809aba22dda98fe8a0ee1582b43fe109aebe8 1.48 MB 2,541 42
819,344 819,344 00000000000000000000e9f800c1789537f349c1cfa0e7e8a25b21ec8f2bedc3 1.49 MB 2,332 58
819,343 819,343 00000000000000000000cb25399b73ca8d7233d889d6f593185d2d9d8c1c12a4 1.61 MB 2,484 63
819,342 819,342 000000000000000000020d946802db20f2a7be60a9816f92ad758a8d9fb20a64 1.53 MB 2,701 41
819,341 819,341 00000000000000000002ee02630bd763b8f36d10cd7db34f69ffca222736e70a 1.90 MB 2,978 26
819,340 819,340 00000000000000000001ae5b69fe326c4b32a0ed80416d5d7bb359a1be1c3d49 1.81 MB 4,070 26
819,339 819,339 00000000000000000003c58ba1a908b1c0d3387e022c944b071afb1112322053 1.77 MB 2,313 27
819,338 819,338 00000000000000000001ace2f0093e124477362ec1de6d29335b4194877481c5 1.90 MB 4,671 32
819,337 819,337 0000000000000000000052f2901df8b53aa8aa2d28d27882ac09dd4f700d99fb 1.85 MB 4,263 32
819,336 819,336 00000000000000000003ebb8192de0f5517b8d0516525ba22ac613e078fa4d5e 1.61 MB 2,344 52
819,335 819,335 00000000000000000000b74ae74bd637c18cc7e2b10b479c3232e6b557edabce 1.68 MB 3,763 36
819,334 819,334 00000000000000000003f0a631fc55f1c8b0b60a01cdbc3b8006d490c715bfe0 1.48 MB 2,620 44
819,333 819,333 0000000000000000000214abc94afa1f65b912083b7f79e1582040758504d3f9 1.49 MB 1,939 42
819,332 819,332 00000000000000000001074cc7087c3c6aa5000ba9ddc9956f7a51a7f0e50558 1.62 MB 2,595 52
819,331 819,331 000000000000000000013ca2b8967fd463a0c1640e997c9a776b706b84fa2084 1.69 MB 3,182 45
819,330 819,330 0000000000000000000303c970cb63b9ed050c6623072104b79ea32af332c868 1.58 MB 3,306 63
819,329 819,329 000000000000000000034ad51dde0e14c67f44236939215cadf2b09eec57f19b 1.25 MB 1,397 28
Previous 10 blocks ↓
Total Size: 684.41 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,339.08 GB sent, 100.99 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.