Memory Pool Memory Pool Refreshing

6,135 transactions
2.12 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,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (47,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,753 860,753 00000000000000000000c4e44286e7397123b0bd4e5f4c08178d193f90972a8f 1.48 MB 2,959 6
860,752 860,752 000000000000000000030df2370a5e2c5587cb9a6efc6e69068d485874a554af 1.50 MB 2,841 8
860,751 860,751 000000000000000000019fa5cc2c3ce69a10509eb9e31dee09e92e062aa4d8d6 1.56 MB 3,641 11
860,750 860,750 00000000000000000001b5a17fbdb3e20bd4d2d1657148bd4f5fd0070d98119b 1.53 MB 3,824 5
860,749 860,749 00000000000000000002bbf819cea419c9e3bb0d3f912fe32d655a1d2439a985 1.58 MB 5,959 4
860,748 860,748 0000000000000000000305be4678f998f3a36a60008f9eaf911a7e52bead30d6 1.63 MB 7,280 3
860,747 860,747 0000000000000000000091e69918f42a1a8809b3ef25adfbdccd4ab5a29d7034 1.63 MB 7,559 2
860,746 860,746 0000000000000000000192c5118238b96558c7722e0add682a906d28ca2b0e1a 1.61 MB 4,196 4
860,745 860,745 00000000000000000003196e237af4eaf943d85ba7ad722050ac91f7f07a5244 1.69 MB 5,494 2
860,744 860,744 0000000000000000000064c1de6526a5ed1f42633affe6588babaccb01b24fec 1.79 MB 1,532 2
860,743 860,743 00000000000000000003199e6e32f2ebb8882580b53e412d1fa1404cceea3a4f 1.61 MB 1,884 7
860,742 860,742 00000000000000000001704341d596fb9e102f41469d376d10e13896e1acf495 1.41 MB 2,741 7
860,741 860,741 000000000000000000008092594fd3ec2268cebe6420c52d30cffc29e815f152 1.67 MB 1,760 4
860,740 860,740 0000000000000000000222336e8c382e15c74a415efce372cd1e9b3f33d3ae7f 1.54 MB 3,753 6
860,739 860,739 00000000000000000001bf1a0c3daed039d6c632a06423982ee219a97298706f 1.70 MB 2,397 7
860,738 860,738 000000000000000000017219bde924177b2696c569531c8fc229b7ba57dfefbf 1.78 MB 1,381 3
860,737 860,737 0000000000000000000271519d886cc0dbfaecba155c183221a4a26784c1c766 1.57 MB 1,535 5
860,736 860,736 00000000000000000002e2d907c91b957b7c6cc5ccb9c095e62b9c0fdfe20a43 1.55 MB 2,499 7
860,735 860,735 00000000000000000002a31c569ff121fd2e4cae8e38cbe73bee126a16595fde 1.55 MB 2,906 7
860,734 860,734 000000000000000000028a90c67a5a86e459ec421ba5d2909569bb25a679c0cc 1.38 MB 1,340 3
860,733 860,733 00000000000000000001845be45891b8a4c96719b0079403dec12c7753eff188 1.60 MB 2,886 3
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.