Memory Pool Memory Pool Refreshing

27,907 transactions
33.26 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,820 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,577 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,819 (83,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,352 779,352 0000000000000000000089401516dae72cc00babc0e7ac8d493058cf2d80f2cb 1.66 MB 2,750 16
779,351 779,351 000000000000000000030e644fb03a53d7017e813c2750b23fded30cf8f544ea 2.48 MB 1,935 12
779,350 779,350 00000000000000000005f79a52cddb44426ec2153dbb616f07f283dcd7b2148e 2.12 MB 2,118 10
779,349 779,349 000000000000000000037db241b9ba25115aea57fae1df13a976594224146cb6 1.73 MB 1,542 9
779,348 779,348 000000000000000000025cc0fe440ac8a53aca447a47d40e762d3d7b27aa0f21 1.39 MB 3,134 26
779,347 779,347 00000000000000000004eecdfab67a4ce7ff723e41f99e4b91e3731953785310 0.00 MB 1 0
779,346 779,346 000000000000000000061e18016efcb4cb3c5c32822a9763ef1e60ab9b4fd7c8 2.40 MB 1,388 8
779,345 779,345 00000000000000000001dcf22f70adc730387aa763df1b32f4658c7003158876 1.75 MB 1,826 10
779,344 779,344 00000000000000000005575a3bf43675ab71aa881393c826e52750983bfd3888 1.21 MB 1,718 20
779,343 779,343 00000000000000000001962f19a62aa0b8da761c706ca8a79b09623e59c58420 1.27 MB 2,254 26
779,342 779,342 00000000000000000006262d5211016cea5ce9fc9f96fb1262defa815a3227b9 3.38 MB 638 4
779,341 779,341 000000000000000000045960cd861528ac56554195c28f6f73229fe8d357a8e6 3.29 MB 764 4
779,340 779,340 00000000000000000002b6b3273fe4793e1e889cc0c2179b6fff7810626c744d 2.00 MB 2,315 12
779,339 779,339 00000000000000000000410175aaaa88fd1a1f5bb9e02a5a931ee0fe60020687 2.29 MB 970 3
779,338 779,338 000000000000000000011bfc8a1081b8d6a758f305c4cc2321e812934f592753 1.88 MB 2,609 11
779,337 779,337 0000000000000000000374a16b79d1bb5b387003244eaf9f0051f23831a96519 3.18 MB 886 8
779,336 779,336 00000000000000000000db82cbcd9d933a260e2e9c7e4d726573ef64736d206a 1.95 MB 2,779 15
779,335 779,335 00000000000000000001633f3b15754669e267f76aae3e4c2a513c71295a0416 1.68 MB 3,460 17
779,334 779,334 00000000000000000003dba981ccc5630ff8468852595d0e12e70f213ef16b0e 1.40 MB 2,928 31
779,333 779,333 0000000000000000000333334e1243f98178f4d81970d8c549e5b99da0579ed3 2.08 MB 2,312 8
779,332 779,332 00000000000000000003875d8a5603cbd50ef3793e40ec036f4aff19e6fb8c41 3.78 MB 328 5
Previous 10 blocks ↓
Total Size: 685.75 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,401.99 GB sent, 110.36 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.