Memory Pool Memory Pool Refreshing

2,900 transactions
24.71 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (897,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,197 11,197 000000005178f26ef2212e630565d281a2a91884a7f33dc274929096f5b925e0 0.00 MB 1 0
11,196 11,196 0000000040a4ec628759f12ddd20baa502e6142f6f41bce977b8dbde2f0d3ffd 0.00 MB 1 0
11,195 11,195 000000009463d7eb43703b61f1af89751603b39d48316247fe63a75735be8431 0.00 MB 1 0
11,194 11,194 000000009cbf23b21d1175db06d681a592cff2c5bd3ad58feac7d921019278ca 0.00 MB 1 0
11,193 11,193 00000000167c04d962549c51be44d9f068bd5218f02974beb7d2298597e97824 0.00 MB 1 0
11,192 11,192 000000007af98e6ae748de3730dcae39127bab2d06774f6809ed2c068b61449f 0.00 MB 1 0
11,191 11,191 00000000cb71ec533115875b1f3a992a56efe2b6004b09c1ae7be2395602cc88 0.00 MB 1 0
11,190 11,190 000000008275ae847db4b89ef8bce37d655fc99a50545d28bfb91eddb5c8f520 0.00 MB 1 0
11,189 11,189 0000000001f9a00d36c1fbf90090ac68a2d12df4f6ad0a85100d4618e3c9a9f0 0.00 MB 1 0
11,188 11,188 000000001334765eb7a7bc6ab0fd6e2e807949e0ba913cf8192997dda35ab746 0.00 MB 1 0
11,187 11,187 00000000f301d205b4006a2c5054cdb983084a66c8918f7db14e333caf6de981 0.00 MB 1 0
11,186 11,186 00000000983102afa72ddcd48b01de5d6eac93c023a38757d5f49d4303cb7f60 0.00 MB 1 0
11,185 11,185 000000004cec3090905c0831044ff1de2179f9833bfc7562d73b00282ccbad24 0.00 MB 1 0
11,184 11,184 0000000050a6ee165285cd806fe781b7039f1ebb30f5aa99bf9559ba349053b3 0.00 MB 1 0
11,183 11,183 0000000056a962eb264438afd21f6c57b1745331edb0bd266c38f7902969b087 0.00 MB 1 0
11,182 11,182 000000001754abd2665a632719f0232c9f94f0ce37a74d6fe1cf6dcee734fb0b 0.00 MB 1 0
11,181 11,181 000000008351affb45bf932ff82edbb52ed1f973fbb71559a329507331e76c19 0.00 MB 1 0
11,180 11,180 00000000b9b08880165bb0976bef018877e9240dc1b0e28d67a59ec6716806d1 0.00 MB 1 0
11,179 11,179 00000000a109d7fcf0cbcf62d49cac2170a13da7d3e8284a43c262d28a488634 0.00 MB 1 0
11,178 11,178 00000000a337e9fc41faaeb8e08300420bac975b0400681578111ac513a46b70 0.00 MB 1 0
11,177 11,177 000000007c5f20cc77b2e0a95c8af0e34119c92e2655a379d9178c9c5aedce1d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.37 GB sent, 98.56 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.