Memory Pool Memory Pool Refreshing

34,136 transactions
27.96 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,457 (69,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,710 793,710 00000000000000000000767b92903625fe0c15253413d8a0a66ffd627129fa0a 1.46 MB 1,661 31
793,709 793,709 000000000000000000023ce0c126f947e4a11965172e7fd2bda60f470f010ab9 1.77 MB 2,667 43
793,708 793,708 0000000000000000000565dbbdc2c5ba58351e4e99f56c112a75ab9fb0f6e6d2 1.51 MB 2,951 36
793,707 793,707 00000000000000000003a86c5c1bbb6dc25550d346b7df963e6b05261b274def 1.84 MB 2,430 28
793,706 793,706 0000000000000000000381f41e20862440f698553e7ed0aca549cc34a2a18565 1.58 MB 3,124 46
793,705 793,705 00000000000000000004988d97da630b789f18bce608c95f88517ab91085fdb6 1.61 MB 2,998 46
793,704 793,704 000000000000000000005cfe6d247666d8cd03c7301073980aa503b5d5ca0aeb 1.56 MB 3,404 54
793,703 793,703 0000000000000000000366ee99c3c4863ce9159349cd43c57e20d5436180e1d5 1.50 MB 1,882 42
793,702 793,702 00000000000000000000dca604a3f2dd84115f8deb90de5b23f80741491aae08 1.88 MB 3,416 28
793,701 793,701 00000000000000000000e7e5219684c5f916308d376a55e4dead7a1a65a45375 1.72 MB 3,349 54
793,700 793,700 000000000000000000045465923cb8c82935e78c5edc270ebc0a41f85b04bba9 1.51 MB 3,489 62
793,699 793,699 00000000000000000004bc7f8e60f1d30f32cb42ba2d81fc72a343125609b6f8 2.33 MB 3,497 40
793,698 793,698 00000000000000000003363176b30dfcda0cab5865f311ae1857606a84cd9bda 2.05 MB 2,932 49
793,697 793,697 000000000000000000047f10aae2d5c6fd16b8afff7b3f087a53bdc4cb34755a 1.96 MB 3,540 51
793,696 793,696 00000000000000000004a243113e5268fa53ce21f903a9a3a518900fa60df111 1.74 MB 1,563 15
793,695 793,695 0000000000000000000412a87edb8402beef32b35c1eeb96fba0b61510afef48 1.66 MB 1,038 20
793,694 793,694 00000000000000000002340f37939d993407d56c3b70325ce6537aa97c1acf6f 1.86 MB 1,725 16
793,693 793,693 000000000000000000022ddaaed7cd7c9ab6353b1bdd72782a5a8337e9e3eab4 1.93 MB 2,340 31
793,692 793,692 000000000000000000016413c301b41c4e169121e28f3290d1d51ef6ef844d18 2.76 MB 2,050 14
793,691 793,691 000000000000000000012a4519472b92c664ce1e5506847bc7f8a7f84c49c47a 1.62 MB 2,394 48
793,690 793,690 00000000000000000001915420abe26d5a644ee0055d120c8e57aaf8e0bddcab 2.06 MB 3,936 36
Previous 10 blocks ↓
Total Size: 686.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,500.59 GB sent, 118.34 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.