Memory Pool Memory Pool Refreshing

10,094 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (605,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,756 301,756 000000000000000073d88eb9b25111d9d3be6ebaecb32e4c08e1d2ed8dd27b76 0.05 MB 100 211
301,755 301,755 000000000000000077a39bd6891f34c59993a75a8aa36593afd0e3ce5cf5bc16 0.87 MB 891 22
301,754 301,754 0000000000000000559479291b7837e7a63673dbf93cde54289cfcc9252d7fb5 0.27 MB 628 36
301,753 301,753 000000000000000061b230a097b012c6fd1db6d90af13737142917daf6c96473 0.31 MB 624 66
301,752 301,752 000000000000000050cbc7868f758eff57618675fada7030c77dacf792f5cbdc 0.77 MB 1,269 30
301,751 301,751 00000000000000007bdc4fdd15d9509eb502987825fd50c3105fcd6d9b0876ca 0.35 MB 574 26
301,750 301,750 00000000000000007b0d15d3e3c2b13820bd1cc344a5013082db6d3bdf4d3661 0.35 MB 1,019 43
301,749 301,749 000000000000000043489f0db359cdb3434f1464e176507916264cb07bbdb581 0.90 MB 1,263 29
301,748 301,748 000000000000000003af897cde77bd60fd9c64a01e9d3598f7ddd5924f78ee54 0.50 MB 1,243 39
301,747 301,747 0000000000000000752e921ddf531eed68f10216f08c52df27c9534807ac45f2 0.34 MB 579 30
301,746 301,746 000000000000000061f1d0d81827a29ec1aea33f4a61df5cf02e23280d8aef64 0.48 MB 748 27
301,745 301,745 000000000000000023b969d6c7f385b7099ca53a557b5e97d45e4a4d0c01e542 0.03 MB 64 40
301,744 301,744 00000000000000006be1aefd7ba09e8f35eb1a861ad21f5cb70598891b3e291c 0.22 MB 429 33
301,743 301,743 0000000000000000152c1f40ff74f70c0967ff7ac75b810736425820560626c1 0.28 MB 570 34
301,742 301,742 000000000000000004a5c9a32cfba96bae56e5e428d36db664fb7e2bfb44fefa 0.05 MB 101 35
301,741 301,741 00000000000000004537b88eeaabcb5c6c961a3a844c6ac2e774a7307d155fec 0.04 MB 92 35
301,740 301,740 0000000000000000773a0445b331d0da1539553808143ce73125b942ecf911ce 0.24 MB 370 36
301,739 301,739 000000000000000054ca7899c39979433d603d4c711d082e0e9d18225d4a23fe 0.13 MB 229 30
301,738 301,738 00000000000000007187be451447c54d38c90cb9d22fa02c4757747945cce3c2 0.01 MB 22 38
301,737 301,737 00000000000000002f449c6f37f46101ef7465ecffffbb9704effce2f9826c8d 0.06 MB 137 24
301,736 301,736 00000000000000000758cb354f2d72b4d60d210642ecf9e80c3d87762cc561f3 0.14 MB 318 39
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.