Memory Pool Memory Pool Refreshing

2,953 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (391,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,274 516,274 00000000000000000015b5bd5cd34348dcaec8610c7a85ab99e4d579dc2132b4 0.32 MB 739 38
516,273 516,273 00000000000000000036bcaa96be8343afc73c312763d6514de3b174971de095 0.08 MB 211 25
516,272 516,272 0000000000000000000341bea614990357f82abf8d0b7edfbce855e34006721f 0.04 MB 107 26
516,271 516,271 0000000000000000004a59701a0506332d4c5309df639532b7763124796ac3a0 0.07 MB 186 44
516,270 516,270 0000000000000000001a958cc7344bd6a7053438692d273602f4e9e304ac2931 0.21 MB 428 36
516,269 516,269 0000000000000000001125992ba44e1003c94b8e3488364a9351007292cd4135 0.21 MB 388 26
516,268 516,268 0000000000000000000138854c76fae73c6d35899612339c35e66352d4e7dcf9 0.58 MB 1,117 31
516,267 516,267 0000000000000000003b9c0b71977261807bb29144b2f34399f66a2b124294e4 0.57 MB 1,096 23
516,266 516,266 0000000000000000002bf09b57365cf59a40e08fbec7ad95329e15be2ce44441 1.14 MB 2,232 33
516,265 516,265 0000000000000000000363fdd52ab61113bc5afd2b093a1f389d2faa43282559 0.77 MB 1,572 28
516,264 516,264 0000000000000000003fb5ea7151a939d73085c8def552484e621dacd88049e5 0.67 MB 1,291 31
516,263 516,263 000000000000000000066374b9415a5588b1c2bceff4c0a4645a5b54f4533d7c 0.42 MB 768 22
516,262 516,262 00000000000000000048fd912b7fc7b5fa6a7d877fb55ef55d0d13835f0989a9 1.09 MB 1,948 44
516,261 516,261 0000000000000000004c354f524885ab0299e6d4277f14385901048a417ef269 0.92 MB 1,388 31
516,260 516,260 00000000000000000049c04e5c539f968fe60e84729bc3c7c5379d993497355c 0.65 MB 980 24
516,259 516,259 00000000000000000032c371fcde7585b9010a599eccb7183f6e3df575a62058 0.48 MB 829 27
516,258 516,258 0000000000000000000529f8f5bc1b25b8919e9d8642e91a16f59964533a445a 0.18 MB 276 20
516,257 516,257 0000000000000000002a17abf296045e7d5e0093676dd8add4d6034ae2e07e26 0.44 MB 661 24
516,256 516,256 0000000000000000004078fe5174e79d1bc4d44597ba93d76b4c2b979e2377cf 0.13 MB 150 9
516,255 516,255 0000000000000000001a4801244ec032a76e4d0db27be6c9c7830ca6b3dc0b4a 0.03 MB 85 46
516,254 516,254 0000000000000000002fb1926358e05279b726e0046461d535671f572c62d0dc 0.42 MB 708 25
Previous 10 blocks ↓
Total Size: 769.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,645.57 GB sent, 95.11 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.