Memory Pool Memory Pool Refreshing

58,364 transactions
27.47 vMB
Show Random Selection Loading Transactions
Max Size: 162/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
877,865 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,864 (211,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,056 666,056 0000000000000000000d839bd3a0ef7e60088eb45f1bf80fde68b240c56054c1 1.32 MB 2,742 143
666,055 666,055 00000000000000000002c0f71c5af6897be86c1c58b491f51aacc02967db8c78 1.19 MB 2,826 128
666,054 666,054 0000000000000000000d0cdd8fb46026a42c85c246870b54f19365f031f31cf0 1.26 MB 2,219 138
666,053 666,053 0000000000000000000254567a2521ab99e62b14ad99f5648768a794693391b3 1.30 MB 2,559 134
666,052 666,052 00000000000000000002cf1e11bb4232e59012ce8258997d339f418be751398e 1.38 MB 2,465 149
666,051 666,051 0000000000000000000b685acb303ca7476bbcc13f647f2ecf475d9e949b2f38 1.37 MB 2,337 139
666,050 666,050 0000000000000000000ab248c8e35c574514d052a83dbc12669e19bc43df486e 1.28 MB 3,207 158
666,049 666,049 00000000000000000006cf00a49d1e02d9cf6536fb7f39f10d0515c68fa486ae 1.28 MB 2,051 134
666,048 666,048 0000000000000000000d76dc7689479b0012e6a1a46c6c61cdb06e933d1241ac 1.24 MB 1,382 129
666,047 666,047 00000000000000000001844f4d71935fee6a119cf6f54e28caea75a3ce67e52c 1.20 MB 2,859 103
666,046 666,046 00000000000000000004785f62cf47e09ee5ec67cda8e67deccd243eeb36338d 1.66 MB 1,805 109
666,045 666,045 00000000000000000005b45dc93012f875361796723374bc965129ad72d329bb 1.33 MB 2,317 123
666,044 666,044 0000000000000000000d7023d7c440036f84ea249bf28fac264f9e11ef2e7ebc 1.43 MB 2,808 126
666,043 666,043 0000000000000000000402b929aed8209add914193ebd0e7ca15ad2274dcc595 1.30 MB 2,604 136
666,042 666,042 00000000000000000009560a750cb5c160ad27038188b84bf2f0a5fd49e7e455 1.37 MB 3,189 169
666,041 666,041 0000000000000000000b6b2bcde5ab27d9e2f03f821ea65867d4926f1005bcf3 1.36 MB 2,425 112
666,040 666,040 00000000000000000001d89dc2c844105f1ebb5a46a41cacf59a38476a5fd160 1.45 MB 2,402 131
666,039 666,039 0000000000000000000cf9853502700afb53860bd7f8ebb7fd8cf4cc31a3bc18 1.37 MB 2,873 146
666,038 666,038 00000000000000000000993cde84ba1b2da807980405421887a2ddf65fffa3a3 1.11 MB 2,321 70
666,037 666,037 000000000000000000005668e6629f604f7a38759c67fd3deb4c47c6d4f13555 1.21 MB 2,373 77
666,036 666,036 00000000000000000000ffba41145fea34638b1ba7182cca5f19a0393ed6bd91 1.37 MB 2,612 109
Previous 10 blocks ↓
Total Size: 714.10 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,195.25 GB sent, 34.79 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.