Memory Pool Memory Pool Refreshing

353 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (898,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,781 9,781 00000000aed372269b6a436579bf7263ca6f3dbdaeca167beb4d6e7bb5f8be48 0.00 MB 1 0
9,780 9,780 00000000425264e355281f4eef35bcb7ff586cb4b258c47fd49cf157ff05ceb7 0.00 MB 1 0
9,779 9,779 0000000074a2f7b5c956dfdecd4c20cde88cf1596f7ab8b93f28b349966e02b3 0.00 MB 1 0
9,778 9,778 00000000056eaac616aceb9389f9a0b4812decf2ae900d328a7262d3da52d041 0.00 MB 1 0
9,777 9,777 00000000fdaf27ae132f0cf004f7e60befff1df056ef9dd7b3b3ee6b11741609 0.00 MB 1 0
9,776 9,776 00000000cd0331eb9abf1d189468f0184395469dfe34e01ce6e505a64878c1d8 0.00 MB 1 0
9,775 9,775 00000000772098ea65f8e416b61d0a6961be640e203bc73c8b1a8381280679fe 0.00 MB 1 0
9,774 9,774 000000002f38afb1f789c456dbb17a86305252aef07fe850f91bc8aeb97163fe 0.00 MB 1 0
9,773 9,773 000000001d3b956fdb37433fa326005ca53162f7a9ac1afb26afd09dce24454d 0.00 MB 1 0
9,772 9,772 00000000ec7f892e14f2f3f2314f072443b96bc52c6eb982f4728c3a9761e544 0.00 MB 1 0
9,771 9,771 0000000093f6623ff5855f72bbd8893a8a3f6f482d9365a882c23540c1354c4b 0.00 MB 1 0
9,770 9,770 000000008a11f31763a5afe4f820b00a9793b63434b916b4c53cf582378833a3 0.00 MB 1 0
9,769 9,769 0000000052a967356e6fc462d73a38732b64bde78622497cfb948dc93bcfef18 0.00 MB 1 0
9,768 9,768 00000000791297c9579f5746c8ab7d491c5f919ca930bc621d1dcfb5680111f6 0.00 MB 1 0
9,767 9,767 000000000f05d756c81fdd85f43ddea8eee709710427b43dbd6587a4a1c24ac0 0.00 MB 1 0
9,766 9,766 000000007619e5cedd018cf6e66990df5bf1326813e5ea15905e15033fe6e8b9 0.00 MB 1 0
9,765 9,765 0000000050feb633e9a51d6720ec2a056632d5e05a36b6f66b651ce0b8a445d5 0.00 MB 1 0
9,764 9,764 000000000c1d42bcd697373daa90bbdd622557c57d315edb8adf930d76770cda 0.00 MB 1 0
9,763 9,763 00000000f36f858234eadbca4edf69d8f22393cfb4577534a2ec5e84113c410f 0.00 MB 1 0
9,762 9,762 0000000021d6c84f61db50efd6ea42c9787b9d53f25f1b7a78154c4a8bd42aa7 0.00 MB 1 0
9,761 9,761 00000000e011735719f2c8980eb2a76d6eab1024ffebe0773c4c1393360a5346 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.