Memory Pool Memory Pool Refreshing

1,501 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (312,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,805 594,805 0000000000000000001094b5354480d36c9ea1194e894f6c095af9a7ee7b46b1 1.22 MB 2,813 27
594,804 594,804 0000000000000000000e0b47794cea06c380ced7f4189a4608995e9fc3423ef3 0.22 MB 502 23
594,803 594,803 0000000000000000000f4371b794c596d65170d13e7cd847d800181821ffd43d 0.51 MB 1,204 19
594,802 594,802 00000000000000000004924a6103ca98848a25d2f89b3c2d47a6e7dbacd71338 0.26 MB 573 21
594,801 594,801 00000000000000000013aab5ae21fab65576d7cc932a25f1b019adc077a16d6e 0.78 MB 1,675 21
594,800 594,800 00000000000000000014aafd1680606c93d7b5fdcfa892220100f8164ad39c93 0.77 MB 1,846 19
594,799 594,799 0000000000000000000ff2215e2773e32982ad5c5c811df34c3df83c1e4f9a86 0.86 MB 1,925 21
594,798 594,798 0000000000000000000475674c1cb32fa2a24a523b9104142812f9ea0e78dd02 0.41 MB 908 29
594,797 594,797 0000000000000000000406ec7c3ea120b3a0b9393c7097c7281eaf5e11de725c 0.26 MB 643 30
594,796 594,796 000000000000000000080ef17fcb96428403fd320494ee95c1f86a86e9a6cf3a 0.06 MB 151 16
594,795 594,795 0000000000000000000fadb84d9422efdcf55cf64b6fae208a8e18eac8e71376 0.76 MB 1,949 19
594,794 594,794 00000000000000000016f74912166e03ce958747388e85b24da401e55097dc61 1.24 MB 2,749 22
594,793 594,793 000000000000000000083c9230087e318203c4566daa3e52cc1a086910f76816 1.19 MB 2,725 7
594,792 594,792 000000000000000000159d1706a12b4f452829507c83775b420d2f5a21aaeebf 1.30 MB 3,020 37
594,791 594,791 00000000000000000016f5ee4351ed2efc63a3fcd199c6114d27542e66feebf0 0.13 MB 327 29
594,790 594,790 00000000000000000007c8e2e021dbe5de64a3254a35aa3ad141c3284902c2c1 0.74 MB 1,791 23
594,789 594,789 000000000000000000095ea7294c3498c5ea477aebc703b571e8376c9ecfac0c 0.02 MB 67 21
594,788 594,788 0000000000000000001479342e54eccb16e94118f687c3b79fee72bcacf506d8 0.21 MB 581 25
594,787 594,787 0000000000000000001299f506652d7c0ae432fb4575d2747a1ba59fa3305750 1.02 MB 2,475 11
594,786 594,786 0000000000000000001733d562305fc2f512e3bd4e108070f9b4e39445620296 1.27 MB 2,960 29
594,785 594,785 000000000000000000171fb28108f892daca264cc7b032a04803d86f67edb8d1 1.18 MB 2,057 18
Previous 10 blocks ↓
Total Size: 769.11 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,629.39 GB sent, 93.42 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.