Memory Pool Memory Pool Refreshing

11,876 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (113,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,905 793,905 000000000000000000018edda554a071ba91993a3e3d10a2446dacff5c8f0b7c 2.11 MB 4,214 13
793,904 793,904 000000000000000000009ea3a3c5c0c229d44cbe16aa723cfeda2fba5db4aea6 1.83 MB 2,851 22
793,903 793,903 00000000000000000004ee0e89f880fb5f9e21b87826d77b53b7d1f5ec4bf81e 1.93 MB 3,094 15
793,902 793,902 000000000000000000044a1fb0602b5de618dcd2db98df41026d617a092bb4b5 1.63 MB 2,977 25
793,901 793,901 00000000000000000000c8d56c8001fefd43ad2d482bcc3a20bc98a4726b6d31 1.82 MB 3,388 16
793,900 793,900 000000000000000000035c4461b0164bb8629c7772f4c1d0078d699617a03185 1.64 MB 2,472 13
793,899 793,899 00000000000000000001a37a13b22b9f6f215ac3030dc779d92b1dea01a8a195 1.46 MB 2,967 39
793,898 793,898 0000000000000000000127868daeafefe963ce38a6ee218c5fec562070280428 1.43 MB 1,756 19
793,897 793,897 00000000000000000002d7af2d0f14922a25cd023298b537da0c5d5b6a79cfde 1.44 MB 2,828 48
793,896 793,896 000000000000000000011214621a18244bc67a7663592f6f3306e6dcd371bff1 2.05 MB 2,938 19
793,895 793,895 00000000000000000000210a0c7f905ba3f6f1b4fbb5a80b6a59d54819335bf9 1.72 MB 3,063 27
793,894 793,894 00000000000000000004c7c10c18d8d97b5a55beebccf8189e68b337d95c2f02 2.00 MB 2,451 11
793,893 793,893 00000000000000000002a0dc7519c3e60d83dba87ac058d282d778a8f0e6af0f 1.73 MB 2,730 27
793,892 793,892 0000000000000000000152eb433b370a0e155b56ebd11a61069fcf2eda3c063a 1.90 MB 3,420 17
793,891 793,891 000000000000000000046dc035754b5877402d41ec9ba775fe4c4a135350f817 1.87 MB 2,817 27
793,890 793,890 0000000000000000000579031fda2c38aa1021996e4424c352f5effb2fcd6e10 1.57 MB 3,184 30
793,889 793,889 00000000000000000000031ee20bc22273715b9fff5bb695a54e54e111bde56f 1.60 MB 2,604 32
793,888 793,888 00000000000000000001f36b81e8c9ced877dd6e52ac412c2e0434ad86495a0c 2.27 MB 2,452 32
793,887 793,887 000000000000000000015f1649254abd640aaec59fbcaa4b73f240b747a91d46 1.98 MB 1,305 16
793,886 793,886 00000000000000000000672cd714ea440b89a423600bcd67fc19c83bd912c453 2.36 MB 1,568 30
793,885 793,885 000000000000000000017da846f60c2912810a45bbf711b81a5beae3bc8a016c 1.83 MB 3,024 28
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.