Memory Pool Memory Pool Refreshing

19,751 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (712,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,759 194,759 00000000000005f77bddc4c09aaa14221b308550ef1c7afbd0288e3152593074 0.14 MB 353 148
194,758 194,758 00000000000004eded91ff79850a925baf8ddd927f0c7d9964d73185ab589d6e 0.00 MB 9 46
194,757 194,757 000000000000020903d0c1a476d308ec745c495a55f1faa610d0f0575dab7990 0.06 MB 127 91
194,756 194,756 0000000000000513bd26c10493b965bb84220e97bc06848a19d4eb49abc45060 0.22 MB 485 141
194,755 194,755 00000000000005a40ec5e466c9319511a9a2cb4c7644bbf690a3bb77ef934286 0.11 MB 266 181
194,754 194,754 000000000000012258f6399dafe334c008e6309a8b1fb733e726da70a04d25b0 0.05 MB 127 118
194,753 194,753 00000000000003d482395d12c97d1247f2029a47e0054a78abe40efca191f52a 0.15 MB 317 131
194,752 194,752 000000000000043986eb7c808c76956133cb1c9e712905d44ccd1a185fce467c 0.26 MB 687 184
194,751 194,751 0000000000000608de2168a2f115e7afbbe48facf3b82d1c3a1deb3d31c84912 0.36 MB 824 163
194,750 194,750 00000000000005739f00298feaacbf88bc5c3df5ff476bb8855a4bcc08c6775f 0.00 MB 7 1,493
194,749 194,749 00000000000003dbf829456aa631a007acb788067ddb6b547dbcab51ba9372fa 0.02 MB 52 593
194,748 194,748 0000000000000598dc6139d6fa27379dabad51fb895ad3e108bf0405e6bd47b0 0.05 MB 189 17
194,747 194,747 00000000000002275c12f1d87255894d1b07cc7510e5ac4844b9d1973ea66a2a 0.17 MB 265 170
194,746 194,746 0000000000000682c1d94b33e70075f3360183230d031bec9295bc2cb1ea928f 0.09 MB 199 116
194,745 194,745 00000000000005e6a1f0fd55666c0fc1936efa2c71be01ade384fab9b740a583 0.25 MB 624 133
194,744 194,744 000000000000009e7088bdbe57f3c0dfba2faac0b42c15f7e8703937c228553c 0.00 MB 14 309
194,743 194,743 00000000000004449f58bef15fedb3c2c0474f71719ae588157fcb84be720819 0.06 MB 91 58
194,742 194,742 00000000000000643dbc6870bf362145baeaa331467ce2abcb78383affde0929 0.27 MB 512 131
194,741 194,741 000000000000039cfdfe067bf12bb98b0860a903056ff60e422c0697edc0786c 0.00 MB 2 0
194,740 194,740 00000000000000858b066d91a9986f8700b8835b69cde7480487ca64f0039129 0.01 MB 32 0
194,739 194,739 000000000000003cca4543745e079b4804346a1a667af741804b951f9d5c96b3 0.00 MB 9 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.