Memory Pool Memory Pool Refreshing

7,516 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (898,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,925 9,925 0000000080ba99de231147c2167c6c04a7a31c72f9e1e278c88187563dea8c77 0.00 MB 1 0
9,924 9,924 0000000076c29e4855ff93adf9e6e7ae46135e0c6ea3c6c9610da80e6d3ddd1b 0.00 MB 1 0
9,923 9,923 00000000ed666ffdb83ebb2528931c31818cbd3cd36d18cc7c5854ba7dfaa906 0.00 MB 1 0
9,922 9,922 00000000ba4cc4401ef2f858ba89ce033472adb45365169955a87d8b14353e60 0.00 MB 1 0
9,921 9,921 00000000bfc3e264601a04fd78c3c7452c4bd4703fb2b04f93c3f0870fd24723 0.00 MB 1 0
9,920 9,920 00000000157515f977aaa6cb2ed442b072c254cd1b9b890c00d1e6d95035421f 0.00 MB 1 0
9,919 9,919 00000000509856bde95dfc477a861624d7bde1760842d876301085ceac7627bc 0.00 MB 1 0
9,918 9,918 00000000a25e736d21a06eb69af9aff700a8e7c6bcfcf2a0c07c2f3c1dd7106d 0.00 MB 1 0
9,917 9,917 00000000b1cbcc5fe7b5b3e23737d83d8bbda880ab1429d58a78a4579010bb7b 0.00 MB 1 0
9,916 9,916 00000000b0718c2433b012e399de10ea7b884b6af5fd7607ee0e854954f69393 0.00 MB 1 0
9,915 9,915 000000005f88f80bbecf493713debc4a0dedc7ad6391f77ca9dc8ea45304674c 0.00 MB 1 0
9,914 9,914 000000001f193ff0460a64cd339f7c00e076dcfecffe434a55892540b3ab2b17 0.00 MB 1 0
9,913 9,913 000000005bfebf4e532df90474212998115744a178075b3840a2e081f91a6a4b 0.00 MB 1 0
9,912 9,912 00000000004afd117272c0de5b1902b469d8375454cb52ec5b63fef4bf8ec20f 0.00 MB 1 0
9,911 9,911 0000000027e00f2e7afbf04f9fa9b3be38ca53b9064018efdb68a2fd7f3be901 0.00 MB 1 0
9,910 9,910 00000000e8999f40cb02a324bbb1e658dede0cf475448e578cd3bcf80b015564 0.00 MB 1 0
9,909 9,909 0000000042f28c9a92ac3f9f1e5890789a3cf88e7bc52d2815126f907804b3c6 0.00 MB 1 0
9,908 9,908 00000000a0163eeaabe7c01a481b2ed518f2da7cee9bb97d826df2a5a73b9a00 0.00 MB 1 0
9,907 9,907 00000000ca936077171d08f58b55f85ebdd4f97caf0bd047763ce496a2eb51c3 0.00 MB 1 0
9,906 9,906 00000000f7061818d6d7f6b4744a6644bf86071632d76c6ee9115d06657d6e76 0.00 MB 1 0
9,905 9,905 00000000b6c64cdaf540504f4eb4e54aa58d372be7db7a5493821fe6e8f1d3c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.