Memory Pool Memory Pool Refreshing

15,876 transactions
27.84 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,088 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,087 (379,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,105 482,105 000000000000000000bb9ba96a66e793bd35da3e9d8d7b7bbecd395cd80b40cc 1.00 MB 2,556 388
482,104 482,104 000000000000000000ea9564a763efaf5d27d13a6ba0d462cf90d5a51cf9a486 1.00 MB 2,417 477
482,103 482,103 0000000000000000007b3088891312dc62ab66b6e6320aab78ba92e7b66148bf 1.00 MB 2,235 466
482,102 482,102 00000000000000000061115fb97f6346dcbc8cb5ff8cd85ed8911134d33316dc 1.00 MB 2,541 491
482,101 482,101 000000000000000000e987eebc929fb4507f22ac668bdf2a46d221dda3e7d4f4 1.00 MB 2,326 477
482,100 482,100 00000000000000000024964d86d34f3d6d5becb4e8b458abf000589cd740f491 1.00 MB 1,727 370
482,099 482,099 0000000000000000006b712983a364ef05932c0f5f987db08a9163c052adf220 1.00 MB 2,527 441
482,098 482,098 000000000000000000f4320528eb0a83027e89545e281083b3ced67c12d8ef3b 1.00 MB 2,137 509
482,097 482,097 000000000000000000362821804f12536f7f96d975e36f7ceaa1656a27ae50ba 1.00 MB 2,328 384
482,096 482,096 000000000000000000273addb1e69eeb9051d7474d02febfd928f9999f992096 1.00 MB 2,277 364
482,095 482,095 00000000000000000006e139b670b240eee8031794f812cf0aa3e9ebca288178 1.00 MB 2,010 509
482,094 482,094 000000000000000001327db4ba4df03e465b5c09e37878a1e48cb0c34afa4732 1.00 MB 1,698 458
482,093 482,093 000000000000000000379881e30766a4b2dfbe72e633a8250352efb644d3a5c0 1.00 MB 1,952 481
482,092 482,092 000000000000000000331f7bc309265eef7a4bd5ea24fe723ff107d52f601dd7 1.00 MB 2,156 454
482,091 482,091 0000000000000000005d25f45b38b3e17e4cd39880e64779b59f33f6eff33b48 1.00 MB 2,079 559
482,090 482,090 000000000000000000c5a08c3871bb4d977431e8da09d46179724ec7508b8223 1.00 MB 2,008 270
482,089 482,089 00000000000000000020126b496c7d8e911c8150bbed3a434966f0dcaf723fbe 1.00 MB 2,583 298
482,088 482,088 00000000000000000014926b3dd8fd557f12c1baa43ce72e2e4f9964fa6c8fbd 1.00 MB 1,795 221
482,087 482,087 00000000000000000086b374be56d5ab212b13c833df70576d3248297a6f9dc1 1.00 MB 2,323 281
482,086 482,086 00000000000000000132120d391b476ceef15cd37e7456d4b2d367d3571c11c6 1.00 MB 2,724 298
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 1.00 MB 2,081 408
Previous 10 blocks ↓
Total Size: 684.33 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,334.87 GB sent, 100.50 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.