Memory Pool Memory Pool Refreshing

8,728 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,958 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (782,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,566 125,566 0000000000000b1732621d67cab48f02af32d338bbec37e828dcb8463b0826f6 0.01 MB 13 746
125,565 125,565 0000000000000ae45837b057646e4de00aaf6e36fb2039c2327270a67b2b3b43 0.00 MB 12 0
125,564 125,564 000000000000287ffdc078768a29d2d53c00b18a33ac9b4d01063c5b42e1f737 0.04 MB 115 2,353
125,563 125,563 000000000000082f81cf9b2d20d13a474c1e16d68543d54b344a9c035d33a6fe 0.00 MB 8 800
125,562 125,562 00000000000007db18eb64f9b18a5c6927aee1d0096a1946e525755bf6f888a1 0.01 MB 30 1,215
125,561 125,561 0000000000001df899cb037d1a98e619ef374d62f5b734e05eb6f778c2782609 0.01 MB 7 613
125,560 125,560 000000000000366cadd9d59c95a47cf5a073bb728dadcd2eb6d8035ebcb0f0ba 0.01 MB 33 1,007
125,559 125,559 00000000000025639135c036c61ae65075f34a77853924fd83a76114a9448d04 0.00 MB 1 0
125,558 125,558 00000000000043117e5e9fc97bbcc5bb84e8d5e57858905c57d83ee57af23956 0.01 MB 15 722
125,557 125,557 000000000000436aa3bacdf7fca3584729a777d4f4db6b8c987260bbe6366b31 0.00 MB 16 673
125,556 125,556 0000000000000d1b6f35712001533f259195136c25f14767813e215e49b0db4b 0.00 MB 7 1,437
125,555 125,555 00000000000022177691274561ebb697c01447998ce579f57212470b6837cf98 0.01 MB 36 967
125,554 125,554 0000000000001112dff6e2a85b35d4f7ab7005b1b749282eeb1fdf094722601e 0.00 MB 8 977
125,553 125,553 0000000000001c0533ea776756cb6fdedbd952d3ab8bc71de3cd3f8a44cbaf85 0.00 MB 7 441
125,552 125,552 00000000000000001e8d6829a8a21adc5d38d0a473b144b6765798e61f98bd1d 0.00 MB 4 781
125,551 125,551 00000000000008a3a41b85b8b29ad444def299fee21793cd8b9e567eab02cd81 0.01 MB 40 256
125,550 125,550 000000000000306c26d99db4b48eddb561c758a32e3f217168f26efa09629707 0.00 MB 9 340
125,549 125,549 0000000000003a3ac856b1fdd371248698b06d584fa307912178096947132934 0.01 MB 29 1,133
125,548 125,548 0000000000000fdf573cc514d9f9ca6907f42267aa47e9a188de4b5ae2a26424 0.02 MB 50 856
125,547 125,547 0000000000003ae9b651c509a519ca35f9a1ca21e5d4c86af7c536be9e57d8db 0.01 MB 20 672
125,546 125,546 000000000000407573d91935c258f1e31bf9ea33b2984e8f78971c8f4dca4737 0.02 MB 73 2,426
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.