Memory Pool Memory Pool Refreshing

3,614 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (36,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,963 870,963 000000000000000000007dd6a322abcaa90c5e0ed69f9d4892d9cee505895746 1.64 MB 3,351 3
870,962 870,962 0000000000000000000020fbfe1d4fb57cf67b5d92da70137f77cab5ffba9ad4 1.56 MB 5,527 4
870,961 870,961 000000000000000000009a71b62f4b7c66ee1286e570bdd25da21351505122f8 1.65 MB 5,044 5
870,960 870,960 00000000000000000000b8959520f2124e74f0e2d02646c74980eb1798a16a96 1.57 MB 3,171 6
870,959 870,959 0000000000000000000086c3cd348f64761fd323b506795ae5c579f3040a62a1 2.00 MB 2,495 4
870,958 870,958 00000000000000000001444596caa3ccb9708645990119ebe5c22fcdc417cbd1 1.74 MB 3,760 5
870,957 870,957 000000000000000000001bef7feb2c23ddb60996e2213dd51c59abbebad5c01f 1.83 MB 3,801 5
870,956 870,956 0000000000000000000162451b5bf802d3d12dd5d7c2c97e2f1ba721a7453e5d 1.55 MB 4,872 10
870,955 870,955 00000000000000000000a7f18b8a7d5f2df28e18ca24319312913db7877e67b0 1.54 MB 4,865 6
870,954 870,954 00000000000000000000bbd137df92f244141d70f6ba3143153ca9615e3bea37 1.54 MB 3,296 22
870,953 870,953 0000000000000000000041080a9f5eaf27472b832493d6f12f941e4327781b55 1.80 MB 3,700 3
870,952 870,952 00000000000000000002998786ea292c386a90760f43835721e74e7806a397a9 1.61 MB 4,633 11
870,951 870,951 000000000000000000010b1f430c1246e66270e219a1b91e34b77ae80dc04f69 1.84 MB 4,051 8
870,950 870,950 00000000000000000002454977bf6eb21f6cbaf52b8a7700a93e417b51c6c058 1.81 MB 4,795 5
870,949 870,949 00000000000000000000d8bc5944c043625744326093033093d83eacf7409276 1.41 MB 4,978 6
870,948 870,948 00000000000000000000a4ff09555de497e0dffff9087c0f2712e2dc89b20193 1.48 MB 6,292 8
870,947 870,947 000000000000000000016fb1222d1b1e50bc706db29cd054bf47fff1ec396e43 1.47 MB 5,830 14
870,946 870,946 000000000000000000009f14c7d5035f4a85829ccfa0c917b8b3a952c26b9134 1.71 MB 5,436 5
870,945 870,945 0000000000000000000088b591c66571f391fb20032fef8184793e1ea54eb124 1.92 MB 3,828 4
870,944 870,944 000000000000000000023d449f0baccd2a05e74f0bcbec1abe7dc54b71e7d95e 1.98 MB 3,907 5
870,943 870,943 0000000000000000000120a0c14656df941089d40978365f4006620586e57247 1.47 MB 5,297 4
Previous 10 blocks ↓
Total Size: 769.13 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.13 GB sent, 93.54 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.