Memory Pool Memory Pool Refreshing

2,227 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,919 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,227 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (40,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,976 866,976 000000000000000000019dad78de5b56e091393b4e2e97f253af69fb79b9c3b3 1.61 MB 6,474 16
866,975 866,975 00000000000000000002dafd68c84a16ffbd9a688fc473ea2d7ef50556227cc1 1.49 MB 4,588 21
866,974 866,974 000000000000000000017144262d728231cdab2f4180cad3c68529656a89f790 1.59 MB 5,834 15
866,973 866,973 0000000000000000000248785f5b6ee50360dbac2636973424c4ee736ccbb52b 1.25 MB 3,077 15
866,972 866,972 00000000000000000000fd27b68429dc7d1cbc785a51e0016527d551ff6461c8 1.24 MB 3,453 16
866,971 866,971 000000000000000000021e0474c24776aa7714b2d4de8d248c67c8ad2294ad96 1.44 MB 5,172 17
866,970 866,970 000000000000000000020aebcf64dfe45ce4d021df9ac3094116bf531f9a6209 1.54 MB 5,702 16
866,969 866,969 0000000000000000000145497d255e9478582ef7f765187a1564e5ce792f4bad 1.63 MB 6,099 19
866,968 866,968 0000000000000000000022a1c3e32b6f59682a3fa218745e2602a8d95ba03f6b 1.59 MB 6,395 21
866,967 866,967 00000000000000000000b67a9838013c838e9dfc885776235f5948cc4d2aa8ac 1.59 MB 5,858 23
866,966 866,966 00000000000000000000b4fb6379192e243cd4d443aeecad13dec8b292c5b411 1.46 MB 5,127 24
866,965 866,965 000000000000000000002dbeaff97766ad7423e60b5eb47add0dc19169dabc1d 1.51 MB 5,860 21
866,964 866,964 00000000000000000002793f69da586fc6ff09caccd1411982e70b33831c1d87 1.50 MB 5,844 23
866,963 866,963 00000000000000000001b51851d79a1d9048fc071dda460ee5f0ba9795fa9c76 1.54 MB 5,669 25
866,962 866,962 000000000000000000015f8033f6c3ce349c5b04f40485dbea00cb1789256948 1.52 MB 6,731 18
866,961 866,961 00000000000000000000a23d52cdd1d070f06e43227feea38b7ed1bbb7354406 1.68 MB 5,087 17
866,960 866,960 000000000000000000008a67376d391e1b99fe6a4b4a394acfd8f56dbf699d62 1.45 MB 5,709 16
866,959 866,959 0000000000000000000019c9f19f3ce028334db697ae4e776a0fe44f4490b5f5 1.54 MB 6,663 19
866,958 866,958 00000000000000000001db473b0b61f51f4b3c2ae33889cd25e7890cb93506a9 1.55 MB 6,835 19
866,957 866,957 00000000000000000001efa5355b622b92ddc18ed7cf756d90a4b8b2a73901b0 1.57 MB 5,999 22
866,956 866,956 0000000000000000000021e52e2c74ae30bb7a97ace6bff82840df18e385b33d 1.57 MB 6,137 25
Previous 10 blocks ↓
Total Size: 769.39 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,644.31 GB sent, 94.89 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.