Memory Pool Memory Pool Refreshing

1,440 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,815 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,814 (40,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,984 866,984 000000000000000000020f990a208bc7e46fa0ceccbfea5bd6378bfeec6e9580 1.61 MB 1,625 11
866,983 866,983 00000000000000000001faac0071c6461362fc3ae22a1127c6ee4ff68157bac8 1.59 MB 3,432 13
866,982 866,982 00000000000000000000fa4d9a114f9898e1a147beedd028c1a11077a9560179 1.71 MB 2,276 12
866,981 866,981 000000000000000000016d314f90e3845f04d8fd1b6f51583703792e1712517c 1.67 MB 3,319 17
866,980 866,980 000000000000000000013967d578312ebc43fcd47eb26ff09171477742b386e2 2.03 MB 3,923 14
866,979 866,979 00000000000000000001ee6e6dab8451acf0e684e0e7353dbb665c647b3f0cb0 1.65 MB 3,211 12
866,978 866,978 00000000000000000001a7a8759800ceb46a7a51844e8bcdbdbc8b59adededfe 1.59 MB 3,389 19
866,977 866,977 0000000000000000000153c601bce878896ae93802de9a4fa066cf64d3ca9202 1.73 MB 4,742 13
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.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.