Memory Pool Memory Pool Refreshing

4,979 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (390,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,145 517,145 000000000000000000002df3b436917a5b08087b8a717668d1fadb58fa1f0619 0.03 MB 53 67
517,144 517,144 000000000000000000330135c28ba8dba5c9298094b50da649007e0d0263bb2e 0.34 MB 824 30
517,143 517,143 0000000000000000003610a937ce22b538d96241de1e1018218b2cd0d6c31255 0.29 MB 676 34
517,142 517,142 0000000000000000001cc9015a8de9ba6139158836e5d5f2de6fe7f410f9b5c9 0.81 MB 1,767 28
517,141 517,141 0000000000000000003f4067522517d4fe155c47e033fc026924f3fe2394a6c3 0.04 MB 106 34
517,140 517,140 0000000000000000003a174d20591d56040e6a0bd0f4d18996737638de83c243 0.18 MB 457 33
517,139 517,139 000000000000000000229ba60aff78d2137a599f24b3534f6686c25d7a54ff36 0.18 MB 398 18
517,138 517,138 000000000000000000148d105eef2bc97c8550fb5c2a7bc625fbeb030117219a 0.20 MB 543 25
517,137 517,137 0000000000000000000bc73136d19df249625c4d5c042eb68c49e1421c03827d 0.28 MB 695 122
517,136 517,136 0000000000000000000d0ae661542485171b1be620faae1887de1caf8caf5e9f 0.25 MB 584 24
517,135 517,135 0000000000000000002f58b8bb8d945197116e631f39e709d1e7537fa070010c 0.58 MB 1,418 40
517,134 517,134 00000000000000000040b86a05e2cb501760d314f22da3433739512628c03372 0.40 MB 873 39
517,133 517,133 0000000000000000001bc93333fce3ffeb088700d7ecd400c46bb13261715ae5 1.01 MB 1,884 27
517,132 517,132 000000000000000000372f4e6475c83118a4eaba353525635aa697667ed22705 0.35 MB 968 19
517,131 517,131 00000000000000000048c66a7e85b489d3d0b9b38b2f2b9028d451f9cdf8bcd6 0.25 MB 510 62
517,130 517,130 0000000000000000001d4ebb4b8a381d01a00f44f5615209a5dde1963331d564 0.25 MB 631 26
517,129 517,129 00000000000000000039bcac610bdb015904f8a90237a2459cff61c396f9d794 0.39 MB 511 19
517,128 517,128 00000000000000000000968c1a6b2d4557427a7634115a4b97bbaf8dfef2eb09 0.23 MB 401 22
517,127 517,127 00000000000000000015fb999f3c27431a2bed729a68468b367c4d76e0ab6d07 0.82 MB 1,306 57
517,126 517,126 00000000000000000019c3936881f2d1c3ca9085612343341671a3ebc6046242 1.21 MB 1,947 3
517,125 517,125 000000000000000000236113dd803e622c88404ed5142f7dc29a1353d2033d8e 1.27 MB 2,219 7
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.