Memory Pool Memory Pool Refreshing

710 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,610 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (860,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
48,336 48,336 0000000031b65bf99956155270e77f4b64ce7bcdb89949d13aac651eebe4db2f 0.00 MB 1 0
48,335 48,335 0000000002b2c183938bd4e38fb4d1457e60a5462043a5a42a8b4a0fb7a72205 0.00 MB 1 0
48,334 48,334 00000000155d4c02bdc9770e663a2ee2fd94d109463e82db16d187cf364fad22 0.00 MB 1 0
48,333 48,333 000000000094336ad705e3cb0fed3ff4e4885f71a1c01c753aeea3829ea5ccaf 0.00 MB 1 0
48,332 48,332 00000000364e6e1b1c0c7cd70c6bc3a829f474bf169eb07a8c6e39fcfd8d81a9 0.00 MB 1 0
48,331 48,331 000000002b1d59d3f08684286f7a9a4db75ed415a999916ff32b848582b6b13b 0.00 MB 2 0
48,330 48,330 0000000006e94115d60659c99f5b805f01e1a1e72b796e2f2126a94f3054caac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.