Memory Pool Memory Pool Refreshing

16,646 transactions
8.21 vMB
Show Random Selection Loading Transactions
Max Size: 51/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
882,903 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,902 (1,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,804 881,804 00000000000000000002316960e130937507a790305e2791fc61139cdadb8dcc 2.00 MB 2,436 2
881,803 881,803 000000000000000000024f47fa4796c970747e3a2263ebd7538825f78c492711 1.89 MB 2,594 2
881,802 881,802 00000000000000000000522f3c69256569291ce730c698c8d285a5dee9c9141d 1.74 MB 4,199 3
881,801 881,801 000000000000000000001c9453219ffbfe15fe32b17178754a94ddcdff65358a 1.69 MB 4,102 4
881,800 881,800 0000000000000000000247ce246908094b192984815ca65d80f656afca560e78 1.97 MB 3,079 1
881,799 881,799 0000000000000000000125eab9fd7b75ccbc89fb45ad892b6bc7f52c4a0c248b 1.72 MB 4,558 3
881,798 881,798 0000000000000000000018f665524310b6c2bedca60bec1803ccc4725ed46840 1.93 MB 3,798 2
881,797 881,797 00000000000000000000ff427cae2895dd28a91a56e9a73bdb27f1604edd9e39 2.15 MB 1,234 1
881,796 881,796 0000000000000000000234829c9ae1b1b7e2df90e270575c5b9673798efb2d15 2.19 MB 487 1
881,795 881,795 00000000000000000001d44580319e99f85af49fab708dc3396116e0a6fb1536 2.13 MB 994 1
881,794 881,794 0000000000000000000259a6583f414969f8c259f100b6e4d96a4dbac04037a9 1.99 MB 2,051 2
881,793 881,793 00000000000000000000de5ffb6ea2c14eaf4209a59976986dd14397a813050c 2.06 MB 1,354 2
881,792 881,792 0000000000000000000085a2e8a50db7d3669a99191e486183c19c139bf50956 2.13 MB 372 1
881,791 881,791 000000000000000000019dd5409db9a041ea8735eba4a5d8cc3e00370a6282f2 1.95 MB 1,464 2
881,790 881,790 0000000000000000000085e65727291360139a0d0c1451c0fb2d79dd07c9b426 2.14 MB 460 1
881,789 881,789 000000000000000000015771c1d4dd10d0db57cbdd904dc727e409bdf2ca0219 2.12 MB 361 1
881,788 881,788 00000000000000000000246f3341a7ef05e732e139dd9b6b44a90e046bf093a0 2.18 MB 786 1
881,787 881,787 0000000000000000000088ff88b64770520e15c3deca8233a2714fd01327407f 3.30 MB 825 1
881,786 881,786 000000000000000000006008ee74ce7e864c69d0c492ab76b50e88a0c2a00ee0 1.54 MB 2,828 4
881,785 881,785 000000000000000000028f714ac957e1c469c371e2b62dbb00fc5dbf4b85f311 2.15 MB 246 1
881,784 881,784 000000000000000000001600ba3162e60d265e9b68b8db34c1e8011c58ea367d 2.11 MB 573 1
Previous 10 blocks ↓
Total Size: 724.27 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: 2,256.14 GB sent, 84.30 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.