Memory Pool Memory Pool Refreshing

9,552 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,453 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (20,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,846 886,846 0000000000000000000003de300c8bc0e55d7bb2ce9383cb82a74e6d418b77d7 1.85 MB 992 2
886,845 886,845 000000000000000000020c9fa937239caafe9a247d74e4d9fa4ae549eb737b9e 2.09 MB 50 1
886,844 886,844 000000000000000000013f9063826eed9a315c1fa89f74ad45b6680742761448 2.17 MB 470 1
886,843 886,843 0000000000000000000267185828f4d93cce69f32afcd77cbe06f38d96f369be 1.99 MB 473 1
886,842 886,842 000000000000000000003a77353dd0e9e2d1562d57a09e12898f5fdb822e2f3c 1.73 MB 1,887 2
886,841 886,841 000000000000000000012962b376caa8878516abce31ca476e569e70fb7fb964 1.56 MB 2,533 4
886,840 886,840 00000000000000000001b5d3d95fe8153004c0a8e4f5fbd08e4fead4298897ff 2.06 MB 891 1
886,839 886,839 0000000000000000000279feec94dfeb0231700e92ab86149f904e51d52abf5b 1.27 MB 362 1
886,838 886,838 000000000000000000006c0c487e8ac6739f9d8c0e3b26e58d0ef3d56552d6af 1.53 MB 3,153 3
886,837 886,837 000000000000000000018974e827b0d8a9b79f39f6904ae9983a227e6ef63bf0 1.48 MB 2,427 3
886,836 886,836 00000000000000000001cb922eca770ef6cca40e64fa301f70f07713beaf2ddb 1.37 MB 1,545 2
886,835 886,835 0000000000000000000154948bc010a00506e91c774e0d9e16e1cf73f6132656 1.50 MB 2,786 3
886,834 886,834 0000000000000000000289be444465b63b119b41f37b4c2bbc15bfd03b8df35b 1.13 MB 470 1
886,833 886,833 00000000000000000001fe4c0355d19fa50b5c18ecea034e5251697aa83d55c6 1.16 MB 643 2
886,832 886,832 000000000000000000014cb7a584b1ef74393b121ae6476bcdae42d0cf9f9fd3 1.15 MB 840 2
886,831 886,831 0000000000000000000203789fe9d14add5a88e15b38dbc28ef1a5c4a550dacf 1.52 MB 2,111 2
886,830 886,830 00000000000000000000714258ce3461726044e6255bc8319f8d6edf7a71e611 1.72 MB 3,096 3
886,829 886,829 00000000000000000000e0b43e1f57b7170739e1efa21a1d4b3962916fb87026 1.67 MB 2,922 3
886,828 886,828 00000000000000000000336d73f94cb828c7e758d651a85634f53397b90101b8 1.58 MB 3,819 7
886,827 886,827 00000000000000000000c915c79663baa09caf6908fc49e554e8b35ae005b2c8 1.76 MB 3,059 6
886,826 886,826 00000000000000000001aedc1c93f80355869404d20e4501fefb6f3bf5f024fe 1.36 MB 2,526 9
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.04 GB sent, 94.13 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.