Memory Pool Memory Pool Refreshing

12,222 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (44,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,896 862,896 0000000000000000000080d67fa6512d47021b070931679b541d620f1fc1d36e 1.74 MB 2,692 2
862,895 862,895 000000000000000000024dd5a5251f2f158736bdfced889a7d42a185ad1f5472 1.57 MB 2,492 4
862,894 862,894 000000000000000000017beb27c6c6efbfe5d904478e581aa2ed21b1189e520e 1.56 MB 4,834 3
862,893 862,893 000000000000000000028c221ecb81f8d6663d5d7cdae27f6b6e7f868ee1014f 1.62 MB 3,114 5
862,892 862,892 00000000000000000001609f010303a8e14ce820ac13c226b2f03b8f143005e8 1.84 MB 2,829 2
862,891 862,891 000000000000000000019e3acb5a8b80ba2064c3f1a289b550d270c1b6fd6afa 1.58 MB 3,045 3
862,890 862,890 00000000000000000000874ae2e214cd45db25a5cece303a6ba61102110e414a 1.65 MB 3,596 3
862,889 862,889 00000000000000000000ee2ac7a695f0b7f4d13a274223b496989e547945377a 1.33 MB 2,070 2
862,888 862,888 00000000000000000002849b1d44d1988d7c1eacea618e395f0381fdcf0235db 1.55 MB 3,030 9
862,887 862,887 00000000000000000001aae42a82ee53933033ef343706bc106052a63f2c6cf9 1.68 MB 5,030 3
862,886 862,886 00000000000000000000630e55d747694d0366fa6e2b2b39b9f483e29d375071 1.56 MB 2,701 3
862,885 862,885 00000000000000000000cc52ff085137fa795c22675fab343a09713c4edf6189 1.67 MB 3,598 4
862,884 862,884 0000000000000000000173ea72899c856739cd487a6afb154d65c3cbef30ae12 1.68 MB 5,419 2
862,883 862,883 00000000000000000000f5d5156266cc3b6a78efd27dcd985a58268e6763ad2a 1.69 MB 6,172 2
862,882 862,882 0000000000000000000166a30a46eeec6ed1cd615cb1add40d03155da8059df6 1.68 MB 3,051 3
862,881 862,881 0000000000000000000210a762ae84f61c07cd8f4966e5589b11982ba6fef3d1 1.58 MB 3,243 4
862,880 862,880 000000000000000000007ef6797ec932320ddef719cfda4a0f0da0ef57da442f 1.43 MB 2,111 4
862,879 862,879 0000000000000000000261344970ba63a54a5e59a77badedbe16df8307a5086a 1.59 MB 3,134 5
862,878 862,878 00000000000000000001e10223b115ecd2c7d9f045a376d82095e548a0eabc07 1.66 MB 4,032 3
862,877 862,877 000000000000000000027cdacf28613951bedae7d5632032ad68fc795340fe19 1.72 MB 5,612 2
862,876 862,876 0000000000000000000252b937680a1f58123e8e2a1de641172c8afd39165b09 1.69 MB 7,391 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.