Memory Pool Memory Pool Refreshing

3,739 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (619,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,593 288,593 000000000000000105261b88270984e3bd011f802bb9b5b7548baa66ebafe858 0.17 MB 273 26
288,592 288,592 000000000000000093e9ee55ce094862df820d4aaf253e181f3b0d565b0b1077 0.10 MB 158 32
288,591 288,591 00000000000000004d76d39c4d96a0353a23e90faece300e755fdf293c50edd0 0.04 MB 74 29
288,590 288,590 000000000000000107e3f42dd45f63b533e3260c958430b32b2ae3e050806088 0.39 MB 771 32
288,589 288,589 00000000000000001d5026633a64717073f81a4c6b8fa5ca1ae8730039d3cd58 0.35 MB 299 13
288,588 288,588 000000000000000111199a0d3bba85a72f99061ae1759cd468a46492c62a6c57 0.26 MB 244 21
288,587 288,587 00000000000000008154886820ce50667e73b994e19f724a8db350ea691df6f4 0.34 MB 655 32
288,586 288,586 00000000000000004a07eba488f1356ded7cb39e3bed41a67b9662ecbbf8f014 0.00 MB 1 0
288,585 288,585 00000000000000009b54a48737c4b7c4eb6752e271f615ad32daae70d636f832 0.17 MB 263 26
288,584 288,584 0000000000000000b64c77f2fc8895b56cedae62d23188ca90a7c41c7be08748 0.16 MB 171 28
288,583 288,583 0000000000000000f97a3c5ef7db7c85c438a6b5abee309269afe6b763fecd7f 0.11 MB 181 24
288,582 288,582 0000000000000000137eeb0e2b25c0dd8ccd6d8e5cf1afaeca3de1be45ccabe1 0.06 MB 27 3
288,581 288,581 000000000000000038976e17f16f2ad0f925b809e0a55a3d1924bafe3db071b8 0.42 MB 536 25
288,580 288,580 000000000000000031f303c232626afff19f791f9024856391a47ec69b5a6aa7 0.25 MB 686 47
288,579 288,579 0000000000000000d69d39dbe4e025909fc30b4be52abfaccfec9315c497ac6c 0.04 MB 61 34
288,578 288,578 0000000000000000f6de34526ac32269b58c671f972b1fce34a8f2b53a8f80e8 0.03 MB 39 10
288,577 288,577 0000000000000000c593e96739e1208574ed09ef9271fe2cee049a542d294e8b 0.23 MB 510 44
288,576 288,576 00000000000000002e77844eb3b8ec88d0023f7ece96a53faa7bf0c684bf1d1d 0.24 MB 583 40
288,575 288,575 0000000000000000b6a8f767bd8abac779260090c94368bf88f50b1c46bd5dd8 0.17 MB 346 41
288,574 288,574 00000000000000000a821629bff0cf17008612203ac8f2257bbbc9e0713fb799 0.20 MB 382 77
288,573 288,573 0000000000000000d567a367f22d8d3965636b7763cbc98bb78dba59314b4820 0.18 MB 401 43
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.