Memory Pool Memory Pool Refreshing

2,373 transactions
0.60 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
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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,372 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (584,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,436 323,436 00000000000000001fb4406a11ca624f21acae1e197520dd9ae3d421b53d5df3 0.03 MB 79 30
323,435 323,435 00000000000000001c8bb0969683600ed56b2271b57ebabd94c954bf193e4a72 0.68 MB 783 22
323,434 323,434 00000000000000001b608bfeb940fd103de3ef257cc70593c24c4f0c506824d9 0.75 MB 1,371 29
323,433 323,433 00000000000000001a1463689eb58e128aa64bae93eeccc407f58bbba91a3143 0.33 MB 527 34
323,432 323,432 00000000000000001ae796c21d97e81a474bc80fd85543ef5d7e81f91617b00a 0.09 MB 161 27
323,431 323,431 0000000000000000059728acb65a62e7590258cd1ace25125993a187d3d5555f 0.08 MB 148 27
323,430 323,430 00000000000000000ab7d063c5d86313e9085956030e39e19ba1381d65db049b 0.41 MB 603 28
323,429 323,429 000000000000000006fb56741a36d41ce85e1d372e3d6ee5ad6be31974c3aaee 0.05 MB 128 31
323,428 323,428 000000000000000006a75a74a729be5dfb2f47fa8b0357e0940a91d176c4b5dc 0.22 MB 412 27
323,427 323,427 000000000000000017df004a169bf1af66c496141d7145b0a23e37a349fb581d 0.01 MB 25 29
323,426 323,426 00000000000000000bd284af7ee5ebcb93805ccc8c16914678e5195059d6d551 0.27 MB 488 33
323,425 323,425 000000000000000004f3bdead80a493a81f19bbfadf640d14c823eb8c004794e 0.40 MB 817 28
323,424 323,424 00000000000000001f4081ef5174d630a386fa3252abf117409e2545b5afb131 0.79 MB 1,486 31
323,423 323,423 00000000000000000af4ec7cbec335f1ecd6e5495bae26eea9e291260396835f 0.66 MB 1,133 30
323,422 323,422 00000000000000000f419d615d78b76e77c2dcff6cfc7c6f6e219ed4ea87e3ed 0.03 MB 57 15
323,421 323,421 00000000000000000f18e475d0458acb4808d864182f0e39459f726141e9771b 0.18 MB 255 24
323,420 323,420 0000000000000000181575e59c459c6829dfc9bff198f65d81e3a68d1f45082c 0.12 MB 224 29
323,419 323,419 00000000000000000531567e54e8a4af3fde674a7c67c4c582c20cc79ae4fdef 0.57 MB 1,070 28
323,418 323,418 0000000000000000041b1a02eff02323f066200045d7e4b6f560a24d8603e52b 0.32 MB 572 28
323,417 323,417 00000000000000001270647a22370be0d68cfd685825dfc89fd72426123e7439 0.04 MB 79 17
323,416 323,416 00000000000000001cc2bc22a30c14c596210a6b59682c8604eb1bf014fd0e7c 0.80 MB 1,550 30
Previous 10 blocks ↓
Total Size: 769.00 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.70 GB sent, 92.81 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.