Memory Pool Memory Pool Refreshing

2,123 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (860,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,357 48,357 0000000037924ccc7dd1554c8787485cff2863c08c747270184992f69a62fae7 0.00 MB 1 0
48,356 48,356 0000000018e5079ededbf1bea112a0ef82bcb5c7ae5120dfbd41edb085098c75 0.00 MB 1 0
48,355 48,355 00000000302bf2f95e496d73923747c2b3275c972e16d244058a43ad2235a4d1 0.00 MB 1 0
48,354 48,354 0000000035616b99df30c8f048c57fd9b1b6c4f3da821fcf2f64d066604adb36 0.00 MB 1 0
48,353 48,353 00000000310229a2e53273b3153c383f43c316115270b7619e15cba100775417 0.00 MB 1 0
48,352 48,352 000000000199dfb4fe1f53d22032c135e3436cb59caf19389a86d1b9f034e77b 0.00 MB 1 0
48,351 48,351 000000000e58e5da264a52533b1ba395c736c3731749382fe82247fd4e128c30 0.00 MB 1 0
48,350 48,350 00000000178594ef841634cd13c64d7f62eb2ee528096d23facfe3e0c5449c29 0.00 MB 1 0
48,349 48,349 00000000032f57735803109156a87e2fe58bf96b402fe8a992179f4f0c5d0393 0.00 MB 1 0
48,348 48,348 000000001c886492587ea1847e92cf6929f7a587a44e38432067446053267add 0.00 MB 1 0
48,347 48,347 00000000248f845db1119dc282ce324f3a03a3b10f2c3781764419f49d7e883f 0.00 MB 1 0
48,346 48,346 000000001d07fc3d18ee626283413f02b3073848419fcc301fffb5c452e93b7f 0.00 MB 2 0
48,345 48,345 000000000dbbf029b876765fcaa58a9f90770a7a7ddbeafe9da8c44631fce41d 0.00 MB 1 0
48,344 48,344 0000000037cea77ac59aebc2f55d4be0e714a0eb8b55a188267c2989e9e553b0 0.00 MB 1 0
48,343 48,343 0000000004e14fc579f07602a4d61f41fc5f8642000394a9a24c0a1a275149f1 0.00 MB 1 0
48,342 48,342 0000000016199c82c5234d2522f6825b02d280cdbcb53f09c9c57f4b3b07c00c 0.00 MB 1 0
48,341 48,341 000000000564be71eeaa331aea485cc217ff6e007d3aeccf184d53e13ccb5280 0.00 MB 1 0
48,340 48,340 0000000028a2b2ef3223ae979d6f56a3213a18c8b68141757c3d1404b4d9ec68 0.00 MB 1 0
48,339 48,339 0000000016295d7b093bdd7052590ca9cd1a4ce442c588335452e38bc39b46ec 0.00 MB 1 0
48,338 48,338 000000000ce8b774957cb5af4cd2637cef5ae6a5de2789329a7c5b75beda1908 0.00 MB 1 0
48,337 48,337 00000000330dc54bec52ebd05d0842b3fd21aa9477673cb31f5be3972ca8a776 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.