Memory Pool Memory Pool Refreshing

4,160 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (539,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,905 367,905 0000000000000000112802d8b658707d7fcb275d5d80eb76902a65a7e489bca5 0.80 MB 495 20
367,904 367,904 0000000000000000053bceb058c6e8fae9efd0c17746e6c845f89ef1d97893f8 1.00 MB 260 4
367,903 367,903 00000000000000000e9f5096d0b50fcb553225dca49fd803f591b0e80538b9d4 0.92 MB 988 28
367,902 367,902 00000000000000000449e1dda5b50eee22e7ac85132434df60a3ea5409c1f27f 0.75 MB 689 26
367,901 367,901 000000000000000007dcfbdd11264eb4cc584e7c3d1d5faf9e17cc357e3969c3 0.75 MB 1,042 35
367,900 367,900 00000000000000000f1d4c26f1935e38818fb27f9b301debf3c7e59f42e1b983 0.82 MB 551 22
367,899 367,899 000000000000000005780446bbdddfff6e547ab83d39b237ec0f1440ff9af45f 1.00 MB 346 5
367,898 367,898 00000000000000000a108a356ae7140f18f5ad234956886c1cfe2a9ddcdfd4d0 0.93 MB 1,675 36
367,897 367,897 00000000000000000e17bc7ba14fc16897a41cb1b2f0b89ddbad2cfe30184a61 1.00 MB 423 15
367,896 367,896 000000000000000012d8f0e2ac1851a47a9e2915fc83774f40f4a9d4203af49f 0.93 MB 1,302 31
367,895 367,895 0000000000000000015032def2e7975362dc9a43bab02b6281075cf50d36936a 0.43 MB 467 19
367,894 367,894 00000000000000001055ada37a558b0afb5a407525bdb82ab91090c2ce7b68de 0.85 MB 1,418 37
367,893 367,893 00000000000000001046ee66a85cdeda5736e2e8023e297fd4d3fed0684d2596 0.95 MB 2,647 52
367,892 367,892 000000000000000001b13397f6578d18cf8d3e9a46a10c7a59cdf6e63026e973 0.00 MB 1 0
367,891 367,891 000000000000000012ea0ca9579299ec120e3f57e7c309216884872592b29970 1.00 MB 420 14
367,890 367,890 00000000000000000a22862226a0b72f46e2f9a134cb5d0737931f08a227cf1b 0.00 MB 1 0
367,889 367,889 000000000000000006c4c32253795ce21a7b7cfd1a0b9ccd594c3c9330e88fac 0.32 MB 739 37
367,888 367,888 000000000000000009d3f251c99a1379f8bebb3ab58b638e71bd39b3a5e82a0a 0.75 MB 665 23
367,887 367,887 00000000000000000fde62a56234a1872f64bf4c0b83c948f335b934a570c49e 0.68 MB 959 31
367,886 367,886 0000000000000000096aa43cd0d602b704bfa23f620141eea4006f179d40ce08 1.00 MB 477 10
367,885 367,885 0000000000000000008368a5c59bf755abd9d967370fe7c7a1c2929684e7e8a2 1.00 MB 273 5
Previous 10 blocks ↓
Total Size: 769.16 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.71 GB sent, 93.68 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.