Memory Pool Memory Pool Refreshing

4,621 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,798 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (25,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,604 882,604 000000000000000000017da968bc0cb9c290380af954058bbcae2ab7c43fd6f8 1.65 MB 2,796 4
882,603 882,603 000000000000000000004886f474d68ccd93c240adbc9b180efb115df6eb55ac 1.60 MB 2,974 4
882,602 882,602 0000000000000000000013365fa5e8cca473b2c69c21156a24a1225498cffcbd 1.87 MB 1,689 1
882,601 882,601 00000000000000000002316fb0fbe7b51a25769e0cbb32448b86224fa55bdc3b 1.52 MB 2,273 3
882,600 882,600 000000000000000000003a817fbf0c272e877e0fac4a4a7eb146edb94c56b99b 1.57 MB 2,958 4
882,599 882,599 00000000000000000002477ad7382612c3ca5380a3a14b81ab1db67ecf9338b8 1.65 MB 3,906 5
882,598 882,598 00000000000000000000b44771f412fd0c01b19db4b80e37ac59a1f8a5760c7d 1.60 MB 3,376 7
882,597 882,597 0000000000000000000221db435eb31094fd63c0e6ca14c1b063c611be974718 1.96 MB 1,506 1
882,596 882,596 00000000000000000000433771fcba21b770bf1526146dbcbdba22837b83ee8e 1.78 MB 2,354 3
882,595 882,595 0000000000000000000203d3984a662682b7f8848ddda1e423bd14d829995da6 1.58 MB 3,391 6
882,594 882,594 00000000000000000000a7e8afc123fc7e89d917b736ab1eda344f43cba10116 1.65 MB 3,199 4
882,593 882,593 0000000000000000000009fa110c18930e35a6fbbfeca66e72eb65f3e54b1437 1.67 MB 2,765 3
882,592 882,592 00000000000000000001fe8680d808ed9c324e3df0ea2a943c279cffe8de4c89 2.02 MB 680 1
882,591 882,591 000000000000000000018d35e1a3c6b80e4693ff6db9b6dc90c4c77783ef0059 1.60 MB 2,852 3
882,590 882,590 0000000000000000000096214d0e2c5a9500a56ed546566abd71f301fc507c8d 1.50 MB 2,746 4
882,589 882,589 00000000000000000000cb2b364060aaceaf6ba2b032fd89f7c66cd99f1765fc 1.62 MB 2,735 5
882,588 882,588 000000000000000000021d0c558efe821206f19b584c457cc8b19c820985bb07 1.68 MB 2,651 2
882,587 882,587 00000000000000000001f8acc5a74420b89a2c7a14736ac49401b2adc0e7e3da 1.56 MB 3,336 3
882,586 882,586 0000000000000000000165ed59cfa58d0c19310115a9a3869650c92464c24f59 1.70 MB 1,308 1
882,585 882,585 0000000000000000000171cca7c684c45667b1976ce1d37d66bf76cfbb38004f 1.59 MB 2,431 2
882,584 882,584 00000000000000000001b128c51d3983c98bef4e6dedd66c95c9a07e13056a9e 1.61 MB 3,024 3
Previous 10 blocks ↓
Total Size: 769.18 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.64 GB sent, 93.86 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.