Memory Pool Memory Pool Refreshing

5,618 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,672 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (1,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,744 906,744 0000000000000000000151436cc83973961672dfd2f961abd92c277eb16d4d32 1.63 MB 3,472 7
906,743 906,743 000000000000000000018c646eb527b9ba97e1cab127d4dcc6af9c017f090273 2.09 MB 585 3
906,742 906,742 00000000000000000000b9fb59d2621052d01cb13d0625adc0ef7e3eeafd2890 1.57 MB 3,359 4
906,741 906,741 0000000000000000000200363243675776f143a2d6d8a10b2e88ea7689f5fec6 1.57 MB 4,123 6
906,740 906,740 00000000000000000000d953c672746bcb1d9d6a6d542a5ec29703f978c91ab0 1.53 MB 3,659 8
906,739 906,739 000000000000000000006d2cc042f195adc3386e114f02bccbb76dfdd6d5e2b8 1.60 MB 3,752 6
906,738 906,738 000000000000000000014c305ba61f8529a95505f11adef6583e602bf5fcef8d 1.62 MB 3,366 10
906,737 906,737 000000000000000000011375030cdb6bdbc86f2291344ea36b2a302ba56a7471 1.54 MB 3,501 5
906,736 906,736 000000000000000000003aa6794b35baa9e3044fcc23db4bf936fe274af3dc94 1.62 MB 3,222 5
906,735 906,735 00000000000000000001cced70419a2855983d856acb07982180c4e78dba0b0c 1.64 MB 2,568 3
906,734 906,734 0000000000000000000040924d09c6814cdc17ad1a71d5537ea0e3f5aa3bde06 1.66 MB 2,684 5
906,733 906,733 00000000000000000001276d40352d0f9c270168b14a594ccf41f05b217ccefe 1.67 MB 3,340 7
906,732 906,732 0000000000000000000127dcfe6c0873b00997d8e9c2431339eefcf66da72207 1.62 MB 3,182 7
906,731 906,731 00000000000000000001bceb43fdf28b17976006803762b0e82525fa71b0650e 1.71 MB 3,157 5
906,730 906,730 0000000000000000000199525efacc2d9273556f79e75c1192a7712acf3900b9 1.68 MB 2,883 8
906,729 906,729 00000000000000000001a1aa376443ea0944a4efeaf4e69cdfabb942b38eb244 1.58 MB 3,227 4
906,728 906,728 00000000000000000001c4028e4e2bbf0b075605d64f7721ef864065de48b39f 1.68 MB 3,246 7
906,727 906,727 0000000000000000000233975fa0938cd436cf196156ab1e80d9abeb46b4d726 1.63 MB 3,564 5
906,726 906,726 0000000000000000000216720855684ecec63ada3fd6e1a40fd480555c4443c4 1.70 MB 3,499 7
906,725 906,725 000000000000000000006a707e593e469d59483a9ca42d67549dcdb31dc4a8a7 1.64 MB 2,766 8
906,724 906,724 000000000000000000017694294bd7c0ca715090ac34959dd9092950bd16d978 2.00 MB 1,320 3
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.