Memory Pool Memory Pool Refreshing

2,136 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (728,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,117 179,117 00000000000009977c3642643e9135be4c56a4a7f11476f9333639b1b5cbacbb 0.05 MB 80 57
179,116 179,116 000000000000059a7c703a7201b7907171726e39808cd1ef780fe8b487e3256d 0.25 MB 462 694
179,115 179,115 00000000000003fb2d7dedf045150a280497ea514016c1e058a86f1913455484 0.03 MB 93 20
179,114 179,114 00000000000009a2e0a431771662c3bc364eb4be90c99f2a07058c18e16b0f24 0.09 MB 237 152
179,113 179,113 00000000000006fae1f68a8bb6e266a71f9393a2d53a381deb02c452e232a985 0.01 MB 32 193
179,112 179,112 00000000000003405613a5c20602b11a06fbc2f8448de207e4c6142369c38457 0.02 MB 42 116
179,111 179,111 00000000000009610a855555713b0db2a606520f61e0094b1664cde72937b76c 0.00 MB 6 0
179,110 179,110 00000000000008a9a1725f9859a0f08562b79fba5316a7f8dba0b8385dbdde4a 0.00 MB 7 125
179,109 179,109 00000000000006b849d48d560a3afdbd9ce80c00657e533693a850887aed4789 0.03 MB 82 121
179,108 179,108 00000000000007cb7cb6972ae8ffd36273507767084b2efb6c1ca95520a88a8e 0.05 MB 117 106
179,107 179,107 00000000000004b35e124ad23992137c87e1c2d37e8a15189879db408f095de4 0.03 MB 71 123
179,106 179,106 00000000000009f544164219e9d5580020c802b27b4e30d61924497b5e0bae54 0.02 MB 36 66
179,105 179,105 000000000000080aaeb78a2217dae7e1c66f431d48c6c4085026d50c52bb8595 0.07 MB 166 142
179,104 179,104 0000000000000a3a9cfb4393ccb51e59a2cd63117fc09bbb3add2e20ed034c47 0.00 MB 12 91
179,103 179,103 0000000000000a6f228c4627a1cf245eed78a49b9602cae4ce10a2fcb35ecd07 0.11 MB 259 111
179,102 179,102 0000000000000acd2e9f9c830b290bbe3bc5f8b8b902e4e677b7960e878d74c2 0.07 MB 149 112
179,101 179,101 00000000000003ff3cd18ca09866294245582ee7af83c94c0842904d5a5baa91 0.05 MB 120 143
179,100 179,100 0000000000000567b8bd2b791f50de0eadb99fafdc10e2025bc23cbca43693f8 0.04 MB 81 121
179,099 179,099 00000000000007a615b569d74926ddc1df824720f3ca28cbc9d872ed1c4d0664 0.04 MB 65 89
179,098 179,098 000000000000036e09fa880c19ff4e258665210406233a5a4769f27cbbcb2656 0.07 MB 115 91
179,097 179,097 00000000000003df056676d12f2a85e91f9d32f4f8ebc0be775ef3b5fc19dcf1 0.01 MB 35 37
Previous 10 blocks ↓
Total Size: 769.27 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.38 GB sent, 94.27 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.