Memory Pool Memory Pool Refreshing

7,505 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,762 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (672,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,263 235,263 000000000000006f7fdbbe65739aaa66bd351ab79b7aab723ce84be7b040433e 0.47 MB 778 148
235,262 235,262 0000000000000048e4f383604716063f3640487ca7b05b77207e12d589466863 0.25 MB 814 304
235,261 235,261 0000000000000032b98768064ca2e78d61e7b4cdde2f36e8254ea924b31428bd 0.06 MB 130 286
235,260 235,260 0000000000000024b9cfbc1f9a54386b4b936196babe53739294637605d79c75 0.17 MB 384 212
235,259 235,259 0000000000000053e3c2ed9203e4a69af5e464a792868b8fd68bac4c481ff5b3 0.22 MB 557 238
235,258 235,258 00000000000001330acda885ba4b85da9dac3778db217e6c5af0ab32509fe7c2 0.00 MB 9 200
235,257 235,257 0000000000000050e46c57ec277198f920a877ebda66fbd801bf388fc6bfb3ed 0.26 MB 462 184
235,256 235,256 0000000000000157b89b53f9059cbe86b168c0e474136500b04037be77026374 0.25 MB 572 217
235,255 235,255 00000000000000958284ea45eb22260986f9a5e686f76093162a9ec446063025 0.02 MB 76 40
235,254 235,254 00000000000000e90af1bdfcd67dc81684ea1e680bb64a2a0097bbf5ec1dd91d 0.44 MB 986 212
235,253 235,253 000000000000010a8788108246b21596a6e7268a07701206520e8a025e2f14ac 0.26 MB 550 255
235,252 235,252 000000000000002b2c6b7dcae1c20e458953e0bba774aae9fedb1cee2d6b7028 0.07 MB 153 246
235,251 235,251 00000000000001107f4508a8f0b7c27b6a2c54c8d969f7f6cc1a9b2b5ed3ad21 0.26 MB 594 260
235,250 235,250 000000000000013510c99682c2b93ce6391e1679ab32344998098fe40f841e39 0.12 MB 288 269
235,249 235,249 00000000000000fb6d0ed7479069edef10b8bc598783e9d94bdb5cf9ae6a5f1c 0.16 MB 355 266
235,248 235,248 00000000000000401bf5f0bd42ea5de738ace8224361fa4a490c21ff2c54d1b2 0.02 MB 16 4
235,247 235,247 00000000000000b5bced468fb10aa898fc4f0b2223cfd1a8b24787d4e2136e00 0.20 MB 472 210
235,246 235,246 00000000000000c149480f53dcb4deea95b54a2d88d947f885ac304123579f40 0.05 MB 135 366
235,245 235,245 000000000000006c3a223e878faeb035c2d1c4b5825eaa46a35b8039241963d7 0.15 MB 334 333
235,244 235,244 000000000000000066a63a3504d3ad32f51313d2559f5f710c2d06c87f834ea9 0.10 MB 247 380
235,243 235,243 00000000000000edc25c284708ada119cb1d3ee97bac698df1c34c6a4c67ec79 0.07 MB 128 335
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.