Memory Pool Memory Pool Refreshing

17,930 transactions
5.79 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,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (12,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,114 895,114 000000000000000000020a01316e0e8414ad015fe0ef7d18633e86b248cef892 1.79 MB 1,564 1
895,113 895,113 000000000000000000023dc1db6c75ecabce6f0d0c5ac267a8b6432c9a3aef2a 3.26 MB 592 1
895,112 895,112 0000000000000000000049c1697d3add60b9435b12f191cb6535d759cbdb378e 1.76 MB 2,615 2
895,111 895,111 000000000000000000012cf6d8beb55549dfd6b2569cba874a30defd93e10714 1.61 MB 2,997 2
895,110 895,110 00000000000000000001439542f8ce8fd7d25572fee841af2e311058a980fb60 3.08 MB 834 1
895,109 895,109 00000000000000000001e6d790a39e034f25baf75cb68cc38e1c56266825734b 2.49 MB 1,243 1
895,108 895,108 000000000000000000003e673f878a23aa54d369ad4bb8c1c3985fc9545cf4be 1.39 MB 2,168 2
895,107 895,107 000000000000000000021017b01b5eb74c34063af5d20ac17f2161e0fec1b382 0.34 MB 42 1
895,106 895,106 000000000000000000006f5b482615ce7b3b796303e7224810ec1c5ae12d27b5 3.77 MB 263 1
895,105 895,105 000000000000000000017b0eedffaae0c772abf3c794f24ddfc9fc0a9e36896b 2.57 MB 1,693 2
895,104 895,104 00000000000000000001fe642330aba6ed8ae93b008cf53a1dfdba0fe0349555 2.53 MB 1,696 1
895,103 895,103 000000000000000000008765cffc1a859242108b85e6415ae144ec918a05787e 1.73 MB 2,227 2
895,102 895,102 0000000000000000000114d415aca8cf16d319fb3f6d775eb31149fe80295f4f 1.63 MB 2,605 2
895,101 895,101 00000000000000000000668ac32df7a7b9dccee69572f1f1ddfd0a927294bdb0 2.24 MB 1,834 1
895,100 895,100 000000000000000000003d19f1a5a9a8cc0fffef1a1c1657c675219324ddb7a1 1.54 MB 4,156 4
895,099 895,099 000000000000000000015c0402da6477262a32a5042e9f0c09a1afae78b18447 1.44 MB 891 1
895,098 895,098 000000000000000000007c34164b6ad893df611617a0e21ec3cd0d352c3d7aa1 0.86 MB 386 1
895,097 895,097 00000000000000000001cf1b40c47b4bc5281d8e8918e37e44c2bd3365942aa9 1.81 MB 2,043 2
895,096 895,096 00000000000000000001343c4153c65e16139cc3977f31a2256576febc1f7f22 1.67 MB 3,264 3
895,095 895,095 00000000000000000000f6424ccd9fc733e2afb07d454a78d0b41146fb0d6774 1.31 MB 2,030 2
895,094 895,094 000000000000000000015158434422a3cff7d17c40aac17197627e13096cd0d9 1.73 MB 2,621 2
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.26 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.