Memory Pool Memory Pool Refreshing

6,884 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,644 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (310,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,651 597,651 00000000000000000004a4c41769125c43ac3f4746a5027414907f7f06f7312b 1.25 MB 2,402 19
597,650 597,650 0000000000000000000b9f8775c8791b865f0f2af508fd4975cc22758d89f19c 1.28 MB 2,883 31
597,649 597,649 0000000000000000000b60a1afc6598e8bc45550dc6d2b7fc1ea4b38aa9a8eee 1.19 MB 2,944 17
597,648 597,648 0000000000000000000b99b4522af475b5758950e30736dca7414a43ed7fc131 1.35 MB 2,795 33
597,647 597,647 0000000000000000000c0de8d1b1d16c5b8a41503ac325acea3d089be3607c04 1.25 MB 2,683 43
597,646 597,646 00000000000000000009b944fe1b221a71dda0456f4cf1855d63bef1655d3ade 1.28 MB 3,394 26
597,645 597,645 00000000000000000009cc8f9302f492ee80fb6f005c80ad7d5fb96743434539 0.52 MB 1,466 23
597,644 597,644 0000000000000000000c4f16bdde71439fd4e9d9d559b6448585d8afed761b17 0.06 MB 164 32
597,643 597,643 0000000000000000000a74c7a0732075e7e0cd0cea972ccfa19c6a4168e5dd07 0.28 MB 707 27
597,642 597,642 000000000000000000067ecc6db925003b14aa6d403b4552ca24041cffd3f08e 0.58 MB 1,485 20
597,641 597,641 0000000000000000000d1f5a93cf08651f62453bfb5274a006994c6af35f1f91 0.88 MB 2,387 28
597,640 597,640 00000000000000000012dc385d8e1ce2f400a1ca0640415ca89d028b3d40ca4e 1.11 MB 3,091 22
597,639 597,639 00000000000000000010f20e88ddea21d0ac1b23e628436148f0e543e5c1d79e 0.26 MB 683 28
597,638 597,638 0000000000000000000b934f9d9e9a6f6e558f8f376c504b2faa5232088d907c 1.21 MB 2,659 10
597,637 597,637 000000000000000000142653c041894f58a7fe23659dfe0605791a836e550b82 1.25 MB 2,876 45
597,636 597,636 000000000000000000007f8fb65cc57913eef3bf21e1541d42b236a320561a27 0.35 MB 960 27
597,635 597,635 00000000000000000007aa446201a406776ebb350622c089fadaee6f3411c89f 0.15 MB 408 32
597,634 597,634 0000000000000000000d9fdd711d23d56fa5663d8c6b4ff29b9a4f0b9ee996a8 0.35 MB 1,019 25
597,633 597,633 00000000000000000002df0cd5b15031b32848c371cef831b14293ca70add904 0.31 MB 773 22
597,632 597,632 00000000000000000005fffa9614f6e05f90ac5ab682a383cf8c03902e7f5791 0.20 MB 424 17
597,631 597,631 00000000000000000004f8121cd83abca81f120f1d2d2df39c7a5e2313a88713 0.89 MB 2,089 23
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.14 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.