Memory Pool Memory Pool Refreshing

2,660 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (8,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,932 898,932 00000000000000000001359c3d929a1373e272fec28e7e5c0542dd3871dabc57 1.59 MB 3,501 6
898,931 898,931 000000000000000000012d12c26e8e721549bc7a99bde775a2c389a1b1d27535 1.71 MB 3,629 3
898,930 898,930 00000000000000000001bd7ee6d14e263c639f25e604126a4ed5c5c83223aca6 1.61 MB 3,749 3
898,929 898,929 000000000000000000017541998a6eca16f8addb1d6bce4a48395f75ec93fd3a 1.63 MB 3,750 6
898,928 898,928 00000000000000000000dea304275fc7232fa3d4bacdbec843947db74eff7df3 1.55 MB 3,818 6
898,927 898,927 000000000000000000011c258ab6c04b95e42b68686408ca05e1799e879460cb 1.55 MB 2,657 6
898,926 898,926 000000000000000000021b67749cdbe5d44a2e7730f915300a1b5c4c0a90f3d7 1.52 MB 3,393 7
898,925 898,925 00000000000000000001ea172c0b18c7101e14542611ee4b25ecdcbee3512f40 1.61 MB 2,925 7
898,924 898,924 00000000000000000001fac840f38ab9548191978552bcf5929e2b3f9cec4357 1.69 MB 2,360 5
898,923 898,923 00000000000000000000cc2b5b0e6ba2875da905d9789c27b06f0f53dde76257 1.67 MB 3,649 5
898,922 898,922 0000000000000000000093d03bd74b01c4906c6268ca30b4b8884909f46f1859 1.62 MB 2,674 16
898,921 898,921 0000000000000000000085d11130cb6f8a847edbd332edf7ba27059f4d0e6e3d 1.51 MB 3,756 9
898,920 898,920 000000000000000000005d917bc73cb2ca0e542e96cb5bbe7d1fd5da7a912e28 1.52 MB 4,029 8
898,919 898,919 00000000000000000002443c6fd4e68715e5a2800d366739024e9cf2a4d03ef3 1.61 MB 4,053 6
898,918 898,918 00000000000000000001608fb497d52e565652e4a734598942d8a7d9af9aa5a7 1.59 MB 3,746 7
898,917 898,917 00000000000000000001f886dc86a4011fa5aac28fc7bc30e979675ca784304a 1.49 MB 4,311 7
898,916 898,916 00000000000000000001c384c7ddadf4cf6b92c4ef949bc63bc96f740998f42f 1.50 MB 2,746 5
898,915 898,915 00000000000000000000727b9e9b50e49b793142bc75cf57f89bf8315af9b236 1.47 MB 2,531 3
898,914 898,914 0000000000000000000235f8af0e3d7a63649582efc19f53b1a49b6da71bb634 1.49 MB 3,320 3
898,913 898,913 00000000000000000000decbdb341ae4d48714b320c017d6cf615cc76df84d60 1.77 MB 1,709 1
898,912 898,912 0000000000000000000004389c0514e6f446e234e20d00921c3d1acdabfba2ab 1.45 MB 3,115 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.