Memory Pool Memory Pool Refreshing

19,679 transactions
6.32 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,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (594,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,121 313,121 00000000000000000f2bbc6fb18d3669d47ee514b594c7184c2299333a027241 0.01 MB 37 34
313,120 313,120 000000000000000032691b81cb936ce73d007a2b413262e1174de898af273082 0.23 MB 406 26
313,119 313,119 00000000000000001162737f10211b138b15f793331aad9d5ff387c8752dab7a 0.17 MB 293 22
313,118 313,118 00000000000000000f9864a8488f75adca3f0177dc667b2cd2908f941cb20b55 0.34 MB 642 28
313,117 313,117 000000000000000038cef177eea9de84db29a399846a1aade536639bdfb9991f 0.17 MB 311 22
313,116 313,116 000000000000000019fd820bf7c1af31510f3a13c23307f1af24cbb493dd57f2 0.07 MB 121 29
313,115 313,115 000000000000000023abcb7c328a710459f0e85f98193f07f0a3377b3c4a64d8 0.03 MB 50 25
313,114 313,114 00000000000000001d91579fe8b6fb919d3191c7d6d76667b87a58b7f043d074 0.05 MB 117 31
313,113 313,113 000000000000000036c1e4797f212388af62192dffca6d05328f6377a1ca614e 0.20 MB 189 16
313,112 313,112 0000000000000000136d92932c5704eb77d0076df90b90f38f56c9fa1e481b96 0.20 MB 512 35
313,111 313,111 00000000000000001680a494b9c41accd92f71ceba5505c0841f79db8a051b2c 0.16 MB 331 34
313,110 313,110 000000000000000027f93ec3060473df092e8a5348d3cb1282bb3f95ff5e6876 0.01 MB 22 23
313,109 313,109 0000000000000000174a3018e7ff8c494bc7f8086c4e15f39d6953e3055e4389 0.35 MB 444 24
313,108 313,108 00000000000000000735018906baead567365445de9913bd0649e74634a653df 0.24 MB 444 32
313,107 313,107 00000000000000003107174ceadec8d39d2c4565068615824dfd1487277a06d0 0.19 MB 352 28
313,106 313,106 00000000000000000704212042589572c3061d3bde47a487c69ba29548c533f2 0.08 MB 108 22
313,105 313,105 00000000000000002a5a9330ee7022a75d16547c66b00ab26905deb1c8b9c3a0 0.08 MB 97 20
313,104 313,104 000000000000000010a46b4b506c9a14038998a1987098e6179e16a6e15c2346 0.09 MB 252 35
313,103 313,103 00000000000000001cb9ef997b2896d9797be2cf07b2cb0fd03babeaf1224ec1 0.05 MB 139 22
313,102 313,102 000000000000000019750b8c852478e6b971cb0a6a8e946bd8ebeca166c94168 0.34 MB 596 29
313,101 313,101 00000000000000001e6c67a69cd10eac07e8ec881c33bdec971e28a88e08cac7 0.12 MB 197 19
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.52 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.