Memory Pool Memory Pool Refreshing

2,273 transactions
0.66 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (387,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,693 520,693 0000000000000000002347dd5ddeaac19d27a9d83112c69475cefd9d078ad3fd 0.09 MB 240 22
520,692 520,692 00000000000000000044ce4faddafc29d3caac66f5850a7297d1c4d0e7dff767 0.96 MB 1,439 25
520,691 520,691 0000000000000000000e8b8a15f535b5f1a6f71155bc256dd989c70640ac9dde 0.33 MB 681 36
520,690 520,690 00000000000000000027619d788aa8e53b9429c8432d1ce8b1fcbb17f337d2b2 0.31 MB 664 46
520,689 520,689 00000000000000000025f763e2c937db7f9a6dc6f4789b299fccf216ba4d8252 0.44 MB 761 48
520,688 520,688 00000000000000000034040a01f0762327a8c6cae436342fe4db38050ea3b2f7 1.03 MB 1,937 15
520,687 520,687 0000000000000000002758cf5a0f5490b5c7b951e47de6c3c22b5b182e28010d 1.14 MB 2,266 46
520,686 520,686 00000000000000000013db42d6d88e9b7ddfca3cb87672483c1d075603bd2c4b 0.36 MB 702 45
520,685 520,685 00000000000000000009f47dbd611835d8f854a5dfa644b5e8fbebd747e1fcb2 0.03 MB 66 37
520,684 520,684 00000000000000000023e88acb56d1f2bc64dabc20ec934b3cfe173ca3567ab8 0.53 MB 782 23
520,683 520,683 00000000000000000016c9dde64b83c854503f11177c6db296155cd062e7b44a 1.12 MB 2,065 39
520,682 520,682 000000000000000000345d88b9a87a9d47b15f7e108b26be395a96775cf39adf 0.42 MB 801 17
520,681 520,681 0000000000000000002cc89fe3b09dcc6e7a06bf92bf9bc9d9ab775b79d9caf5 1.17 MB 2,660 43
520,680 520,680 00000000000000000033e6ac544c06c2d88ef37341577b3cbb6b82b9a8f9975e 0.47 MB 790 27
520,679 520,679 0000000000000000002aa4a83b0e3a3179ff7e1ec4231f4750e954a66079258e 0.25 MB 462 45
520,678 520,678 0000000000000000001225f2f879017457a22a4cfe4cf1dee1e7392fb753b2a5 0.99 MB 2,125 41
520,677 520,677 0000000000000000002ace4eef6a736fdc2c9cd101179dfb3bdc0c3cb4dfc538 0.41 MB 683 23
520,676 520,676 0000000000000000002b8b41572963493e8ebcadf1c0a004edf3fac67f17bd58 0.25 MB 594 43
520,675 520,675 00000000000000000011dcf2cac2cf6d26e47069e2158a5065f380864871a4e7 0.61 MB 1,490 35
520,674 520,674 0000000000000000002e6039c1288d99e7bf420ffdb028e6897bef8ba5fdd6cf 0.43 MB 917 44
520,673 520,673 0000000000000000000a67057a654b93413aea250008728f82fef42800c642f3 0.92 MB 1,233 18
Previous 10 blocks ↓
Total Size: 769.14 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,631.99 GB sent, 93.60 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.