Memory Pool Memory Pool Refreshing

5,995 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (11,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,610 896,610 000000000000000000012efa34534fefa90a38889ee5adb9945f04d130b648be 1.73 MB 1,585 1
896,609 896,609 0000000000000000000171ef18e6a2ce12d7d02e7be5481256fac5ba02eb284e 1.26 MB 1,362 3
896,608 896,608 000000000000000000008a53f7f6b24f27a88beba19cee54d76c483d04c80681 1.20 MB 1,433 3
896,607 896,607 00000000000000000000bfd00e5203260ebe8516d097fa209b62f8506cc7dcab 1.21 MB 980 3
896,606 896,606 000000000000000000020ea630a6228d2316a64ea7aed274716c3c089b911d14 1.43 MB 1,663 3
896,605 896,605 000000000000000000001c4afff475fec4a4e0c555f88b74b7eca461ec392d3b 1.54 MB 1,318 3
896,604 896,604 00000000000000000001c53ffd67c01e357aa336f1d304190f2939751d9b43e1 1.32 MB 1,346 3
896,603 896,603 000000000000000000024816847549ccd4a8c357b04c67a21da72fcbbda7a651 1.47 MB 2,251 4
896,602 896,602 000000000000000000017472f1566eaa4c6f1bffc83d6cd5e3d0a7e38184e885 1.53 MB 2,257 4
896,601 896,601 0000000000000000000093788d62d4483443a46d4e3ddd5b4d10ec795f4ab430 1.50 MB 2,095 3
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.