Memory Pool Memory Pool Refreshing

1,558 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (811,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,656 96,656 000000000000adfac7ab80081bb54e94d16c20004efad471d106d1c16cd6593f 0.00 MB 1 0
96,655 96,655 000000000006de1d51270019c4091863c411768e3ee96b76ed0bbcaaa37e7ade 0.00 MB 3 0
96,654 96,654 000000000001ebac0ec7b2ac3cf99f716b107b99e4ba3949ec6579340080f72e 0.00 MB 1 0
96,653 96,653 000000000000942e2e529cb1573d7ab7cc354e9b61d44d38144e3baf02943a25 0.00 MB 1 0
96,652 96,652 000000000000c24ab4eea05b71f1012baf5146f6d8bdae60d91eba2806feaf5c 0.00 MB 1 0
96,651 96,651 000000000001da1bef843c645d357db1064525b31e9aba088c196faa7df096c4 0.00 MB 3 0
96,650 96,650 0000000000015fb21476869ba609036c6865a9e45c4a2382197c17287a069328 0.00 MB 9 0
96,649 96,649 0000000000015420635edb0ee126408de529467991820607d3a669952cb9580a 0.00 MB 1 0
96,648 96,648 00000000000575cc1047cf1880ebe9cbd6d55b6f4aaa6d87cf9d9557c1f96c29 0.00 MB 1 0
96,647 96,647 000000000005746f2886c777c2449ee025745a71b182d9f93e29f0a32f9112d6 0.00 MB 2 0
96,646 96,646 0000000000063460a1101bd19462a13e526d78195fecf83f15b1b79747964a41 0.00 MB 1 0
96,645 96,645 000000000001bc4d4cd7b843075b25b6da11adba0895439b0d7bcd6fdb46e396 0.00 MB 3 0
96,644 96,644 000000000002374c8ab8b7ed55e6ad9fe75237a07ab3b1b115ab151b5853ca9d 0.00 MB 3 0
96,643 96,643 00000000000200f6b4dcd93e56a1c629bebbd0d188fa60f6f0a8fd3d7748fd7e 0.00 MB 1 0
96,642 96,642 000000000002607bc29958b73bc66e43d5484aa85c979da88a22bd9df845a79e 0.00 MB 3 0
96,641 96,641 0000000000046293bc5e31cc9c63b0c124b200cccb1a0415550f478d3afd7d66 0.00 MB 1 0
96,640 96,640 000000000006520456bfea221785f88ef24df36532d3d243e444e7acdc2909d2 0.00 MB 2 0
96,639 96,639 000000000002cc435d9350d2896e56ac5b9adfe965fc21e24d6fec3adf295899 0.00 MB 2 0
96,638 96,638 0000000000015e5417333f68943316382c26aad7e8b9d71935ca322c85b1c806 0.00 MB 2 0
96,637 96,637 000000000005869c591daf6fa2dfd4277dbd5ff2cbed2592676cce644e3afd1d 0.00 MB 1 0
96,636 96,636 000000000000313e4674efb86df03c5f1873ebe884ffdc8b82f3418271bff20b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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: 1,635.44 GB sent, 94.29 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.