Memory Pool Memory Pool Refreshing

5,126 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (9,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,061 898,061 00000000000000000001514fea01201e17e81d0434dfb577137965197448d359 1.73 MB 2,660 5
898,060 898,060 000000000000000000001eae9086b85d04b77eeb23b840c83f5ea1e381ed8d87 1.56 MB 3,859 4
898,059 898,059 0000000000000000000021c68285cd9d7676f06b2ee109689fec0da2804b2cbc 1.52 MB 3,869 4
898,058 898,058 000000000000000000010fdec8b49bee822abb0035ffb704686e23d3bffcaee8 1.62 MB 3,518 5
898,057 898,057 00000000000000000000ec92aa29ae996e14d3d888c1986c2039e44d674e3f6d 1.34 MB 2,867 4
898,056 898,056 000000000000000000015bc98581e7e13f51f04015331fdefe6c0fc9ea4be4bd 2.71 MB 1,337 2
898,055 898,055 000000000000000000008353b6a620a51eea9c45ab5a58d811795d2e277230eb 3.10 MB 1,440 2
898,054 898,054 000000000000000000011e38c10e715a6f074b82c3e5b9b6f54272eaa988009b 1.79 MB 1,671 2
898,053 898,053 00000000000000000002467b846fe98051702867f4df9ed0723a1f1ea6e27d65 1.79 MB 1,676 2
898,052 898,052 00000000000000000001fd8eefc0ff58b0619a18c3b437045b269853f8f773db 1.75 MB 2,838 5
898,051 898,051 00000000000000000000788e0a86b383661773cbf22920ccf771c81453a1bf1e 1.62 MB 3,490 4
898,050 898,050 0000000000000000000016377956fa9b5213e50b4eafd4617f70748d56da0a71 2.13 MB 594 1
898,049 898,049 0000000000000000000244f7a6b53019e580f6d43bb256c098c71e3561e2048d 1.88 MB 2,982 1
898,048 898,048 0000000000000000000119c16a36d912144274d50662ddc9bcda4de2fb57beff 1.64 MB 3,717 6
898,047 898,047 000000000000000000010c26e536b206a37aeace0c96c9ea39b7c2b11da1358b 1.83 MB 3,135 2
898,046 898,046 00000000000000000000f5cbf9020bb8489f6aa06c22b255f2dff73e358c7047 1.73 MB 3,002 6
898,045 898,045 0000000000000000000112111b6ec47cd70ca257d7153732afb688944b74e301 1.57 MB 3,147 6
898,044 898,044 000000000000000000000aa15db67638845267c40f4a1cec68ccbe1f6c216969 1.20 MB 924 2
898,043 898,043 0000000000000000000173e73755b31527dba06b2df3725d25671a9cfc9e7735 1.55 MB 1,889 5
898,042 898,042 000000000000000000007561d88834dd5ca4b030b37fdac90a25dd552693b83b 1.74 MB 2,862 2
898,041 898,041 0000000000000000000057e3ea7bee575e8b208fa9c93ad3bac99cba1056de25 1.59 MB 2,680 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.