Memory Pool Memory Pool Refreshing

2,901 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
891,643 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 1,984 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,642 (9,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,829 881,829 00000000000000000000ff6a5925c75b77b21f7b5a33590b90b133f54890a8b2 1.75 MB 3,378 3
881,828 881,828 000000000000000000017f65bf78f78d7e72218cb691df5ecd227287e29527e6 1.78 MB 2,821 2
881,827 881,827 000000000000000000001d7ec3ab6e31cec3506b3536f97b00ce8cc9c71e02f9 1.52 MB 3,761 6
881,826 881,826 000000000000000000001309a707f350c112afd0ad73a12309ab732fb81277a5 1.75 MB 2,477 4
881,825 881,825 000000000000000000022b160840cdad8ea6c3d36a46512a33c9b95519d42f56 1.84 MB 2,185 3
881,824 881,824 00000000000000000002491ed5cab74b2e2fdfd046016dae0c29f739c02f90e8 1.71 MB 3,144 4
881,823 881,823 000000000000000000021db78f316290a19a88e792ce8582d0474dd6a6f9417c 1.86 MB 2,113 2
881,822 881,822 00000000000000000000ff3bc71c7fa04897fc3459e65f3f260bcff27879feb0 2.19 MB 878 1
881,821 881,821 0000000000000000000073a6493e3a216906054a82d1c0b626464210ebb7e148 2.09 MB 1,255 2
881,820 881,820 000000000000000000008346a1dd21ea24bdae2dd22a5d8264d18e0627d361fa 1.79 MB 1,513 2
881,819 881,819 0000000000000000000061ed4ccbd13805cb3c2b138b645913c0fde1fa8ed878 1.59 MB 3,654 4
881,818 881,818 000000000000000000022db5230911941aa78eb4ef7c5703ea1aed51e2cd8d57 2.14 MB 1,057 1
881,817 881,817 00000000000000000000776a2082bcab07d1cd8a491c29eefccf9d06b3ac84da 2.17 MB 50 1
881,816 881,816 0000000000000000000074d8b713454e8dbaa6e0dce67e9969de949ba0304596 2.09 MB 1,521 1
881,815 881,815 00000000000000000001093549f5d131d3977a5a0cb1d7dfb6702397e729a6f9 1.73 MB 3,104 3
881,814 881,814 00000000000000000000163db25f81a9360cb9c060f102597cc1bbb017a79a74 1.57 MB 3,490 4
881,813 881,813 0000000000000000000244f18e8da7ff438918c64a61ec6dbad16279e26e0e27 2.42 MB 197 1
881,812 881,812 0000000000000000000058fc8558cb6cb91316911ef63bc7d2548ac03a60c4de 1.94 MB 1,945 2
881,811 881,811 0000000000000000000223956d8e3081bf4df38746647f7f0be3b2ffae10b1b6 2.14 MB 272 1
881,810 881,810 0000000000000000000035b7c38f9850eb0bcdedfa7ba3b3c803edcda8ef829b 2.25 MB 337 1
881,809 881,809 000000000000000000009bbdac0d187995ad42d978c676492d0b44fe19e41fab 1.87 MB 2,643 2
Previous 10 blocks ↓
Total Size: 740.68 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: 3,605.28 GB sent, 164.22 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.