Memory Pool Memory Pool Refreshing

779 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,680 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 765 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,679 (457,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,126 450,126 000000000000000001b60a9d38830879a693ca84d5cec9d5c7f02cffc498a3a0 1.00 MB 2,191 80
450,125 450,125 00000000000000000081516d75a2d684dd8f4b4f3e598fd095a85ce979df553e 1.00 MB 2,557 103
450,124 450,124 000000000000000000ffe0eb1a4782561983690e2340c545570513baf989f36c 1.00 MB 2,142 81
450,123 450,123 000000000000000000a25352f72cf1580a4ce2ad05af71fea2926db92eec4355 1.00 MB 1,805 89
450,122 450,122 000000000000000000c63a3bffb7b74ff133d96fabb7fec9209c404ae6fe3d8a 1.00 MB 1,469 96
450,121 450,121 000000000000000002baaed807eed009cc73598f3ffa3a06910c0ece0c560cfe 1.00 MB 2,421 128
450,120 450,120 00000000000000000028023728f16be679e9c958adeb243530ed2490d897121f 1.00 MB 2,373 87
450,119 450,119 0000000000000000005afadaf841440d94e1713082a962848a978c52e8adf197 1.00 MB 2,356 69
450,118 450,118 000000000000000000d048a21a0527927b46b1806db8e93aaedecf39dfb9c296 1.00 MB 2,583 106
450,117 450,117 000000000000000001c23319bec0677fb77d378ce9e060808b0fddbb3ed352b7 1.00 MB 2,046 87
450,116 450,116 000000000000000001e158f6add18a0f63ee22a0e530fd722cb0a0c9c35ac4ab 1.00 MB 1,912 72
450,115 450,115 000000000000000000a5f38bf55e51bd39e29ede623b9410680d4212ff74c3f1 1.00 MB 2,238 101
450,114 450,114 0000000000000000019b9f21a23e1f93256f91e539e4c09c27542a2f5a0156dd 1.00 MB 2,403 129
450,113 450,113 00000000000000000182ba86301dfaa68b4a1ab8dfea65aabbf2b7ac8759e45e 1.00 MB 2,271 80
450,112 450,112 0000000000000000010f701accb00be37e28b73d738ae03570f2cce3dd227b94 1.00 MB 1,742 103
450,111 450,111 000000000000000001e5316d6a18eaf1380e4bab624c899ca449a5748325c6d7 1.00 MB 2,401 124
450,110 450,110 00000000000000000288d647dc61daecd370432d7f352dd8e5e87c3f3f53be57 1.00 MB 2,105 79
450,109 450,109 0000000000000000013bd562d19b08acc4477b404e7ba30bfefe364c8012413b 1.00 MB 1,888 60
450,108 450,108 000000000000000002cb43a9593f8c2963552c6d747824c32d57e864e3eaf4a0 1.00 MB 2,572 94
450,107 450,107 00000000000000000013ae9fea268612a67c054b2f461bab35ad1a922a2bdf05 1.00 MB 2,739 91
450,106 450,106 0000000000000000004b0ea6998ee220fef4c7153cad4c4c169d0f656d7fdea6 1.00 MB 3,258 72
Previous 10 blocks ↓
Total Size: 768.95 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,613.49 GB sent, 92.51 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.