Memory Pool Memory Pool Refreshing

3,505 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (662,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,247 245,247 000000000000004eeb66343e418b544ff983099b9a30a3ff6db754c47333939e 0.01 MB 20 112
245,246 245,246 00000000000000706f662ceeddb8afa1bd873614a2389d66f74524ea0cd1cbc5 0.02 MB 59 153
245,245 245,245 00000000000000bfc5b52c6d33ab4d6896e96500c0b2ec12f254893763fc259b 0.04 MB 90 126
245,244 245,244 0000000000000020cba418b99352454e24f34573a1bfd646f138a663075bb011 0.10 MB 248 155
245,243 245,243 00000000000000c909a11b75fda86518fd79b208baec5275688447513900d7d3 0.01 MB 24 121
245,242 245,242 00000000000000b7e9b8e37743d2cc57d3a3f9b1c94fe9f1f5ae4b29278aff5a 0.05 MB 66 51
245,241 245,241 00000000000000aa424300ed435f1d92d6a4f9a8266a1705edca6820ae331c4f 0.08 MB 171 463
245,240 245,240 00000000000000104b7ad9b60de4db12628a1a3da2435f614b5ee0834f5517a5 0.19 MB 404 126
245,239 245,239 000000000000006426cafc91c1527febc6d1061f5ab6ba21254763367aec7394 0.06 MB 128 32
245,238 245,238 00000000000000001b0490e228c3f66442fc0b4ac740a3223a90ce71e2cf9026 0.13 MB 264 141
245,237 245,237 00000000000000b337e5e241ebd724a192df00a4a7c80c094b260ecd3dc94270 0.01 MB 27 111
245,236 245,236 0000000000000027d65c3a4009cc401915bfd9909ea394f6d8f7fb6d4b987757 0.04 MB 32 48
245,235 245,235 000000000000007b1c112b24e9992d52464e764f05d62153a4f9b3243a705e1f 0.02 MB 24 53
245,234 245,234 000000000000003c04a249020270797c025db0ebc9d01d0926c8e68ab1dd9644 0.03 MB 75 137
245,233 245,233 000000000000005c9c3a2ddc0b309e7051810717025c45a002409a093a848624 0.00 MB 8 110
245,232 245,232 0000000000000022555a15738bdf363f25560f50b38bcdd61ccb4ba7ea49aa67 0.01 MB 20 111
245,231 245,231 000000000000007787f99c0829e14e3f5f52ac503c9edf9baac7ac94fc5d4fde 0.09 MB 182 93
245,230 245,230 00000000000000678792f94f10e349a32e8feac7583f7494831fdc5fa8df516b 0.01 MB 32 113
245,229 245,229 000000000000005dd8754b72aebc143eb09dc98cb37479a4d4279d6c80a6b4ac 0.05 MB 110 102
245,228 245,228 00000000000000672a0682f24a96e5f51299dde65444b2266af3ce5e9bd22dab 0.11 MB 254 112
245,227 245,227 00000000000000b54388dab64444901b106b618023f50c2edf75cfd149ec3d7c 0.03 MB 58 122
Previous 10 blocks ↓
Total Size: 769.21 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,634.43 GB sent, 93.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.