Memory Pool Memory Pool Refreshing

8,643 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,165 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (842,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,180 66,180 0000000007caa90b754ea801412736c703252cb0d57a40ed1e5fdeb327d48b54 0.00 MB 4 0
66,179 66,179 0000000002bac2bee547caeeeb35cbdca20ffb8c16283949ea191ff3cc3c92d6 0.00 MB 1 0
66,178 66,178 0000000009dcb61860be4d322bb3f707492d1f9de880978ed681c6378515d6b0 0.00 MB 1 0
66,177 66,177 0000000001c1e7f965256f7ad0b74f0c9b562900ccafbb18c5b0c9139510de33 0.00 MB 1 0
66,176 66,176 00000000025204740454916730b13c7d7937043b3ab93ccf2065f85cbfd30bdb 0.00 MB 2 0
66,175 66,175 000000000007198d2fa784855d2f0d1d0fbfb4d987cdf22c1d5826ac7fc9e5eb 0.00 MB 16 0
66,174 66,174 0000000003341f718be514e885e7c0c14c66ccbc67e40e791b3311456a560370 0.02 MB 97 0
66,173 66,173 000000000893b45721f43f5d317656ab6b82ac76ddaf543976648c7714344eea 0.00 MB 3 0
66,172 66,172 000000000871168470edeb66409d7a4d01dc17f3edcccf9f5c78a6a1d0e7d0d5 0.00 MB 1 0
66,171 66,171 0000000006504dbcd0d41503e4e7df03016b05356f84bf00fa5c69728de3a0cd 0.00 MB 2 0
66,170 66,170 0000000001f8239143e2f8b7e151da5ebdd40931e4eea0290a83f5704676893a 0.00 MB 4 0
66,169 66,169 000000000930008a87441840c023ce50e99b79c74f18d120582cefbc47e76143 0.00 MB 1 0
66,168 66,168 0000000005b65d76fa80f53fc50c4dd2ab9ba2b849fda780153318f867d86b38 0.00 MB 1 0
66,167 66,167 0000000003531f64f33542446ed64bf7256703cebd232054ed80a6e64f7951a4 0.00 MB 2 0
66,166 66,166 000000000a289819e3864dcb5ddf2e571434de73bf7cc45a00c119278be7427a 0.00 MB 2 0
66,165 66,165 00000000042fd6149efc75225860dbc3cd423b8c90d6b2be5edb70d1eab23075 0.00 MB 1 0
66,164 66,164 0000000009e8f6727fc03bb98180b2b207625f6be0abf034606cdbab234a2f00 0.00 MB 1 0
66,163 66,163 000000000040457e7d373d0a8936d95a1ea735bbd722744c93e263b33d6cb106 0.00 MB 1 0
66,162 66,162 0000000002c22ac0e55c0c3ffb1cb7d3a0d1be98729840a04e0f992315ba94dc 0.00 MB 2 0
66,161 66,161 00000000006de5a14a9ba858143849da12e5e1ab5559065ea8de7d70e0f72642 0.00 MB 1 0
66,160 66,160 0000000002da8e2bc6e9471c2ab2a1a765dcebf9cfdd756d9d5c9b768f817857 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.95 GB sent, 100.59 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.