Memory Pool Memory Pool Refreshing

5,603 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (736,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,757 170,757 00000000000006ae6391f797f26347e9adf4c10cc531f051c1a75a2c3d2f45ad 0.00 MB 7 39
170,756 170,756 000000000000089a3baf8ed4aaed47fc1f812c31515be16d4f1bbb578f33c7fa 0.01 MB 28 1,081
170,755 170,755 0000000000000276b9dc8e2b0ffbeb5c1e322946bfc598839ff29beef5278341 0.04 MB 32 62
170,754 170,754 000000000000005daf0c7296080ce4e81830aa95d7765b220d59deb5882d0864 0.02 MB 43 149
170,753 170,753 00000000000008e9b6d45478d5a5d5e72988c7510e983c347cf930431907f983 0.02 MB 49 140
170,752 170,752 000000000000090b52f2f5959e2b83999c58f2072d870d5717e431b96048297b 0.00 MB 1 0
170,751 170,751 0000000000000aabbde34d74b785846f40abb2f557dfe9f5cef34df9758233a3 0.00 MB 15 142
170,750 170,750 000000000000073a59a4441065ebec2da3a6bfa894ee301590f34bb81cb35530 0.02 MB 45 104
170,749 170,749 0000000000000135f3d4076e364f57b842baa6e784721b27a36d10aa52cbd08c 0.00 MB 1 0
170,748 170,748 00000000000002d9b97d716de4719af95b9e59db51e4bb537fd8d4cd6e0afe96 0.02 MB 15 144
170,747 170,747 00000000000004cc9b0cba2a90846874554cf61ae8cd803783274fd2c541dd05 0.00 MB 14 69
170,746 170,746 00000000000009de341f5936e1ee7686d7d3c5669ae8482c5e30e7e49ddbcdba 0.02 MB 72 5
170,745 170,745 000000000000037e7fe16687e369442926904c74322da4656e4be009885edda8 0.00 MB 1 0
170,744 170,744 0000000000000a1e16618b0f561c1148470c14be1ea799658af0224fa9bb4580 0.02 MB 16 681
170,743 170,743 0000000000000467d3224f51734f87d8decc53fe6819c4db7a5f91e27d30d475 0.01 MB 22 118
170,742 170,742 00000000000002eabe9817bfb90794d50126e0c3af665b66c571410b75cc5e76 0.05 MB 113 44
170,741 170,741 000000000000060af548d56621fb724d4f251280471ede6aafb11ac3fe2ec2c8 0.01 MB 16 308
170,740 170,740 000000000000038d01ebe14674bde0d78f51ce0a17463e104b65c326a8efff80 0.01 MB 34 993
170,739 170,739 0000000000000999e4e184f07ed1707abaaa261c69211b53fefefb3f03355f3e 0.05 MB 77 112
170,738 170,738 0000000000000239383fab535ac506967617814242e243cb28d4ead9c7883343 0.00 MB 1 0
170,737 170,737 00000000000000cb2677920724f919a436bf34a28a76a5eac52174865d9eb259 0.03 MB 92 16
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.