Memory Pool Memory Pool Refreshing

12,040 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,083 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (568,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,782 338,782 00000000000000000aa3088921f21a80d578f27019a79b5248ca0babcc68cd23 0.66 MB 1,148 24
338,781 338,781 0000000000000000102db5582e1fde045edaf4a328b18bab01f4fe03ac9fd716 0.38 MB 552 23
338,780 338,780 0000000000000000147716b9f8b7d2c6d561482b9276a0d58027216c271af975 0.10 MB 193 24
338,779 338,779 00000000000000000565bad7471044a26ceb85f55e55b9bcd985e854ce0a7980 0.75 MB 1,086 35
338,778 338,778 00000000000000001489bf4105200662efd20342a0013330b0a9df98efabb80d 0.30 MB 400 19
338,777 338,777 0000000000000000171273e5029d7464beaecb437cbad839bee566602b5216cd 0.36 MB 552 20
338,776 338,776 00000000000000001628e0e50fb6cd2180e07fd60ba8d5828382c5940bb29a7d 0.26 MB 422 25
338,775 338,775 00000000000000000c514a08ed5e78a3ea2f62581289b24b9e87ee30466833a8 0.56 MB 731 18
338,774 338,774 000000000000000005a69a10c94f7e537744a38783ad38244aa0382c6685296f 0.75 MB 763 16
338,773 338,773 00000000000000000c942c27787b38c1a7e41a7562d82488b15d0a12b8861813 0.50 MB 1,599 41
338,772 338,772 00000000000000000c06daec6004051c5415754812846123c8b0e689d0e14f20 0.51 MB 887 24
338,771 338,771 00000000000000000b133ef80401958a87bfe675e2afdf9c6a9cca970f611380 0.72 MB 692 19
338,770 338,770 0000000000000000130c409a67e6adafff9814c937f9327e55f5dd453724e56a 0.50 MB 1,364 38
338,769 338,769 00000000000000000423faa242ea10d8eeff08d00f079a88ecf4e51fffdb60fc 0.06 MB 71 7
338,768 338,768 000000000000000011787af1e4aebfe02b174ee61f16f55b6fdb545545072a31 0.70 MB 931 20
338,767 338,767 00000000000000001304a1b6a5cca4981db5e0f23c54f2eec139c637a0dc8841 1.00 MB 2,335 34
338,766 338,766 000000000000000004c260494ebb096298161c4f13bbdd1ff8e8670f9de7f484 0.42 MB 851 39
338,765 338,765 000000000000000016bde96cc1f92d31764b225e776e52066dd2093ecb883a7a 0.65 MB 1,110 23
338,764 338,764 000000000000000014558b1f9a9835ef6ec0439d060090df18fbb2a145d1fdd7 0.84 MB 1,364 24
338,763 338,763 0000000000000000087b1231ace607ab15d167e2cb39a79a57b2b2ebfef417ab 0.75 MB 1,272 22
338,762 338,762 000000000000000005c41e72d05261e5967bdbb0323c12f36deea1dc00f64b58 0.30 MB 1,024 50
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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