Memory Pool Memory Pool Refreshing

17,646 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (787,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,944 119,944 000000000000427cb6baffc831a0393c85ed289720411fd227eb60ac24052ed5 0.01 MB 24 740
119,943 119,943 00000000000035e64eb55a56c7705129616f032dbed98bd0dd379f523d203d0f 0.00 MB 10 0
119,942 119,942 000000000000876cbb840d1d4dea238fe65fbfab89d30b3ccdc4403538de5ac8 0.00 MB 2 3,875
119,941 119,941 00000000000093e5e0231ebabd4d9d40bed975b2dad5ffe2dc00add80d4bbbb0 0.00 MB 11 645
119,940 119,940 0000000000004c4a2cd3e2d178ada62327933beca0fb697d2464547d0b8a9193 0.00 MB 9 872
119,939 119,939 000000000000aa2f0e6ed079185b0fe56ffb1571cdb1f7930a541d552fe23970 0.00 MB 1 0
119,938 119,938 0000000000000941cbfed93f840ac45b48c1510b8be1c63920550ce44bdc2a65 0.00 MB 7 0
119,937 119,937 0000000000008964d5ba9d1fb9f35624fa4d14ce9fa0be0174217f0d374a4953 0.01 MB 15 779
119,936 119,936 000000000000900ecece98f24f1aa1a7540647e461a822d3f7c3180c6580c480 0.00 MB 3 1,142
119,935 119,935 0000000000008ba8d6e6a2782222f5b13a119e95632ad8fbc49b6f3db1da3cf0 0.00 MB 11 447
119,934 119,934 00000000000024437057c43bb581335f3aacd51d091d9d402439dc9d8b53b256 0.01 MB 21 320
119,933 119,933 000000000000764ab4e9f86c0c63c874448ae48f92d5c75f6e8971dc187e9547 0.00 MB 12 969
119,932 119,932 000000000000350069931b9ac284464da623f9805a53bbfc3f0b0e50e3041288 0.00 MB 11 0
119,931 119,931 000000000000282a1168c0c4ac288efc0d9fc8462c65401568e3022f28d878a5 0.00 MB 14 246
119,930 119,930 00000000000052eff0a3bae4f0b811956b4573ca11b21a030649f619fbb2fdb6 0.00 MB 12 0
119,929 119,929 00000000000088bb6c91156d54c4b5a669401c7cd2dc7ef53c30f8263fd022eb 0.00 MB 3 3,883
119,928 119,928 0000000000003324599fd5a33795c5fa22bd03dcef98305d8b9dcc847d71462d 0.01 MB 12 365
119,927 119,927 00000000000072bc8d591909df9c7d2a1196216afa4f4ff7a154ebce10248503 0.00 MB 6 0
119,926 119,926 000000000000065bdc401aeebd5a5b3b068a8e6e67408248bedb420445228317 0.00 MB 2 0
119,925 119,925 0000000000009b13e91f6cc7bd50090aedaf95de5083fc09301d80e12e3f4ba8 0.00 MB 7 454
119,924 119,924 00000000000073c14261c2269441a44886c2a8bb37641cdc996534299e0abcb1 0.00 MB 2 1,238
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.