Memory Pool Memory Pool Refreshing

9,373 transactions
4.82 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
899,512 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,331 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,511 (2,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,600 896,600 0000000000000000000126ad366557d878dfefcf995d2c7a49fa021d8f66a502 1.36 MB 2,003 4
896,599 896,599 00000000000000000000597548f9509f836bdcab3a2110dacfdb89e8bc9b54b7 1.25 MB 1,121 2
896,598 896,598 000000000000000000004ac499dd70582de42dd4402c222d9b5df87bafa147c3 1.14 MB 657 2
896,597 896,597 00000000000000000001c0f75ad37cb37852f166f049c2082231b0dad5bc3a19 1.34 MB 1,865 4
896,596 896,596 000000000000000000009dccf16c6d839d6477669e8449beddd383335d286688 1.73 MB 2,559 5
896,595 896,595 000000000000000000017fcd82f98793d26b25a0143e7feda7448e0c9b5a598c 1.78 MB 2,089 3
896,594 896,594 00000000000000000000bb981bf36a05e9687c367661cc74ebd99c3117b03e97 1.71 MB 2,572 5
896,593 896,593 00000000000000000001bef71f563f98fd96d059e26154f5c11934ecb396efc6 1.61 MB 3,234 4
896,592 896,592 000000000000000000019da2e416caea46557f2a5dddbf8b008911a961ecf81a 1.54 MB 3,459 6
896,591 896,591 000000000000000000006229328bb53a201d2e5bd5f26a3e2990c4a7544c5554 1.77 MB 3,548 5
896,590 896,590 00000000000000000001901e7c1430ffeb2189b0024fbb7fa705568f5b2271a2 1.59 MB 3,526 6
896,589 896,589 00000000000000000002199eb467b45df63e921f9bb0dd5ac4699f648711cb85 1.59 MB 3,763 7
896,588 896,588 00000000000000000001c06495bcd359bcab16f2bbd00788bbaa08a8739c92ed 1.57 MB 4,075 9
896,587 896,587 00000000000000000000a7b002d1de64a709328ebd72bcdce8970bc4bf8818e5 1.35 MB 2,544 15
896,586 896,586 00000000000000000001634441d5043862cbee928035e52aa71ee3df5aed3076 1.46 MB 3,705 11
896,585 896,585 000000000000000000005e261ac2aaf17fd064a14eb0e774ba1d2dc1950b2159 1.90 MB 3,529 5
896,584 896,584 00000000000000000000c7cceb9d5492ab3d183e849d8be242d1ccac2d42c63f 1.59 MB 3,952 8
896,583 896,583 000000000000000000001e1e5544ccf4f9d206a2d76d735bfc5a4f9908e349c2 1.84 MB 3,321 5
896,582 896,582 00000000000000000000aed07ae8e551b6172718a1f402e4beab8050a43700bd 1.58 MB 3,760 9
896,581 896,581 00000000000000000001da0697d5c2f3c518123668fbf91784af75a7fc5cebc6 1.82 MB 1,815 2
896,580 896,580 0000000000000000000076c5c948a344f9fb5baa81b71b9a6408bde787bcc217 1.57 MB 3,394 5
Previous 10 blocks ↓
Total Size: 755.08 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: 489.39 GB sent, 24.46 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.