Memory Pool Memory Pool Refreshing

1,350 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (816,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,211 92,211 000000000002bf89af01471908225b29223584526eb142bfbd79207950d6872c 0.00 MB 5 0
92,210 92,210 000000000000d3821e6dec772b491937c71deb8c78a052ae4d8cef8fe33a2527 0.00 MB 8 0
92,209 92,209 00000000000057c450609bf9b49a92391240da24490373be3d10e43948f33fb5 0.00 MB 1 0
92,208 92,208 000000000000a88fc36d46f74a5789878a0a4e64653c2e0c154e0d9ea72f715b 0.00 MB 1 0
92,207 92,207 00000000000742452316f2ca916ce442b128b4ab740714aac703f2be4e640b7b 0.00 MB 1 0
92,206 92,206 000000000009ff6d86c59f3f20589193a892bb6b10d81db1fee3aa1071a3c27b 0.00 MB 1 0
92,205 92,205 00000000000a923993c36ff1e1b8dbcaac20d22eb62c2724dde683c645f2a14d 0.00 MB 4 0
92,204 92,204 0000000000040c400ab314e778f574485c22ba41ee5f3a0813e47a0baf3994fa 0.00 MB 1 0
92,203 92,203 00000000000ca74099f0f7571ab97e18ffd530d305a3c4a0690ffae031b82921 0.00 MB 3 0
92,202 92,202 0000000000037e9d00459e32ed3b76ced6e92b22308cb897ecc1984aceb53b34 0.00 MB 1 0
92,201 92,201 000000000000987c630f5a14c30cdd57d5aa25251aa990fc77c5dacaca63d735 0.00 MB 3 0
92,200 92,200 000000000002f5de591c3ad3321145f2a8dd60f24d4d122a29aa99c4955761c8 0.00 MB 3 0
92,199 92,199 00000000000cb9cd68eabbe804fe0bfa7823f48e58d8af6c1e28a8bea3f7161a 0.02 MB 94 0
92,198 92,198 000000000009d1ee05a739b3e0d04830a5f8833d732dd1f1c5e86b8b952a2d51 0.01 MB 35 0
92,197 92,197 0000000000000a5fcac7670d7969f829e6895bce7c2d31b9a13f01d8f592d154 0.05 MB 218 0
92,196 92,196 0000000000003949f93bb525311a695f181c4dcab503ff7ed3b5d98075d56789 0.00 MB 3 0
92,195 92,195 000000000004ef49555e0114fd34b72135e8b9e2ea04b55a4b0dbe0557eeb16d 0.01 MB 34 0
92,194 92,194 0000000000018abfdc8001606d9bbe0a8c8709cf05b0d4658361d9a8e94a5bd6 0.00 MB 1 0
92,193 92,193 00000000000af5d1fac464091aec7c9f3f581543b35cdd21f95d0a2f83330c55 0.00 MB 1 0
92,192 92,192 000000000004554c0820c38d6351806e1e28637b3e66fe37bc3a0d32adb8a3e8 0.01 MB 32 0
92,191 92,191 000000000001cfdf77698610cf95e16cf9e9a8d440444fabaf7cbe30592f5492 0.01 MB 33 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.