Memory Pool Memory Pool Refreshing

3,521 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,107 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (19,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,632 888,632 00000000000000000001164cdf16a69ceede4a1761f39783905adbf803ed0cb5 1.58 MB 4,075 6
888,631 888,631 00000000000000000000624c4742acb166d063fda3c5dbab28c3cf7b8f39583c 1.19 MB 835 2
888,630 888,630 00000000000000000001437b078e3355fb1765cea0672c23469a5ea5acffe987 1.31 MB 1,790 3
888,629 888,629 000000000000000000005a20b4ca34d5c32d4bdbaec1d1bb0ceb4121872b21aa 1.55 MB 2,064 2
888,628 888,628 0000000000000000000013ab42f555783fcfa68a8b3009541b7201c3e6c8e11b 1.78 MB 1,310 3
888,627 888,627 0000000000000000000026ea1e25cf9ae05cafde42164ddc96a72d260f9715ae 2.03 MB 597 2
888,626 888,626 00000000000000000001fa13198e019f35251713db164cda4b176c61909dc62f 2.00 MB 988 2
888,625 888,625 0000000000000000000099c83e9a5f518c94c61bebd4d7a7f5d53bcec57e7e1f 2.12 MB 897 3
888,624 888,624 00000000000000000001656033653048c18c4b70cf9b85aa0e4d61aeaa4b532c 1.86 MB 2,559 2
888,623 888,623 00000000000000000001d01a15a89f60d67eea3c415ccaa719fbe9b23ec749c7 1.64 MB 3,647 3
888,622 888,622 00000000000000000001c1c9d00a0a06e8511b25baa2e0e8071e95483cf9f596 1.57 MB 3,172 7
888,621 888,621 00000000000000000000036683b31b26c0a8029a20291fdeb86b17cf1a51c28a 1.52 MB 3,970 9
888,620 888,620 000000000000000000007b05bde2eb0be32cc10ec811cb636728e647e7cc0c63 1.46 MB 2,561 5
888,619 888,619 0000000000000000000234a125ca4161c6aa1179c0041bcb4388563a10aeb52c 2.10 MB 719 1
888,618 888,618 00000000000000000001bb7b895b39466afb8a0cd32ba6360c44a7fcfc4616e2 1.96 MB 1,471 1
888,617 888,617 00000000000000000001041a9c2ac9491b9d8b39236cb6075021558f90b78a88 2.07 MB 734 1
888,616 888,616 0000000000000000000278a230b0ef30d698268857dae5feeb79e2be61f1bc25 2.10 MB 421 1
888,615 888,615 00000000000000000000c5571c84ebaad70fbb4dd16689798a97304a85e89c39 1.55 MB 2,868 3
888,614 888,614 000000000000000000018432a5b568df3efd746c10f36b8e334c9a94b47fe64e 1.58 MB 1,520 1
888,613 888,613 00000000000000000001974ae6b473062bec7240bdd90766c65332f8063aa22b 1.63 MB 3,401 4
888,612 888,612 0000000000000000000117280a4ff7a0bcb842ca9d37f0888a16930c88fea1f1 1.53 MB 3,311 3
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.