Memory Pool Memory Pool Refreshing

10,430 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (718,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,915 188,915 000000000000021a9b952d8461e6ab25f4d48cf5c9976a40dfe22ef23a8b1a31 0.25 MB 439 118
188,914 188,914 0000000000000652723852a98b085ca2e440b52df87273d628bb12628759a8f7 0.23 MB 583 142
188,913 188,913 0000000000000677cf702acb9bdae5503611b78842e5de6849a21d798c452e4c 0.02 MB 47 28
188,912 188,912 00000000000001eebcc8f2e06d22723f9a79b98536d4bd7fa7f85b39871b94a7 0.10 MB 186 97
188,911 188,911 00000000000000797d83d085f163c3692c4830a0b8f121cd6b2f8c85d6b70cf1 0.05 MB 124 167
188,910 188,910 000000000000081f6bbc2a1352b7d4c884da49f4429a37014dcab55caac49009 0.00 MB 12 171
188,909 188,909 00000000000003b834199173eac3a3f0a4639911c2dbc4f4c5c8a3ead52616a2 0.05 MB 175 39
188,908 188,908 00000000000003f3daf4c0f752ea8f228a90776f5679a63d629a658d49d89a43 0.03 MB 51 57
188,907 188,907 000000000000003a88aad4bccfd73f2a31ed00931742cea6b30039c36f01d372 0.06 MB 141 228
188,906 188,906 00000000000009324d932c2a5fc07a56c137f82636d5f1306f050501b376b2fe 0.20 MB 391 118
188,905 188,905 0000000000000364ae55ec16eb739b0ae3695e440a9242f6038fd6520e8eef32 0.25 MB 518 151
188,904 188,904 000000000000024b04aba0b76a7634b8c9062a4daaa1019992a833a1d764325d 0.25 MB 565 120
188,903 188,903 000000000000039a6daadc928166338b6ef19330a107877fc2754565696b61a4 0.15 MB 350 143
188,902 188,902 00000000000004f4c0fdc48ee31d0353331917168a184dcdd5b48d82dbbf9b63 0.00 MB 7 0
188,901 188,901 00000000000005b1379acf645a0dc00e6cc3d70193845a437047fdc1e3f8b420 0.01 MB 35 154
188,900 188,900 0000000000000478037f327467de140f167065bb19c34a9fca77b14302299a18 0.04 MB 100 67
188,899 188,899 0000000000000507ec7310811a880609467b9658499537a1e0a637cc8da220d7 0.04 MB 96 130
188,898 188,898 0000000000000652e5209b12f28abf496bfc23afac985f8411ed510f2a735c7f 0.07 MB 128 119
188,897 188,897 00000000000002241fc895dbbde2a350834be881a361e18ef528115067b75b22 0.03 MB 66 117
188,896 188,896 000000000000085af6d99550436f583b3b56e93fac67506086fab45ac2d36f94 0.01 MB 22 114
188,895 188,895 00000000000008393dd216123ddb04c4a16fc8ee0e61a2ffa3b2e1f98f140141 0.05 MB 96 80
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.