Memory Pool Memory Pool Refreshing

7,727 transactions
2.84 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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (690,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,207 217,207 000000000000000562b5e498f3e248a77746c59200706817f4a9936f81b90370 0.03 MB 64 304
217,206 217,206 00000000000001037da09c5d3ba9b1a329984ab0c3211642e7128478e00735e3 0.22 MB 447 173
217,205 217,205 00000000000004c5d1b29a2f01f3848b9e3ea7c3dffe991ce58c1c5096d1012a 0.20 MB 568 249
217,204 217,204 00000000000003f4f3cd869e3ceee81bcfc63ff85e1f977df9d99005d4cca094 0.04 MB 123 73
217,203 217,203 000000000000012f589ae9f2f8957a678397b33c9279d652a4a7762c29a9777d 0.01 MB 26 292
217,202 217,202 00000000000001f7a7d1fcd0484bd5e5299b2f96922cef0deca2bf943fcf2b09 0.10 MB 251 217
217,201 217,201 000000000000006a83a4468813f885be12e6eff191c19c6ea923a9d87275aed1 0.07 MB 160 170
217,200 217,200 00000000000003bd639654d6e78a4357b85c887c39c608c7e43abfb129aef6a7 0.02 MB 43 91
217,199 217,199 00000000000004150828aa25409ec776aeca217b364698c48f2387b52e5a7cc7 0.16 MB 301 162
217,198 217,198 00000000000002537a7fc18be4c5461d9725ef8f0b256b1ab2bcccc0a589bda3 0.25 MB 649 221
217,197 217,197 00000000000000e70a69529cdf7d598881f4faeb9b24cb0665e93a6911fdef3d 0.06 MB 155 164
217,196 217,196 0000000000000398835350332ba4ccff7fde5e229afc91baca5eefe3fe5fedda 0.05 MB 117 263
217,195 217,195 0000000000000482a1e39494add934607ffc118729ebab94ee8620f001c9e6fa 0.02 MB 57 75
217,194 217,194 00000000000004ac137f2fcfb0db0a355e5757fa427d9497db9e6a1c8fd226d2 0.09 MB 243 249
217,193 217,193 0000000000000485ce3375ba783a7472003e2d45c4c86a34e96332bba2d07b23 0.12 MB 203 150
217,192 217,192 00000000000003e587c70cc6544270d6b282dc92a207de3164266837e1056a24 0.19 MB 475 225
217,191 217,191 000000000000013efaeaa5f2d5df0357d6efa80be3468d4f6a643d488ea8082d 0.10 MB 256 133
217,190 217,190 0000000000000262ba26470441f7b5089aa1c94c083f75cc148fd32f596ce4dc 0.13 MB 248 430
217,189 217,189 00000000000004454d3545546142127966ed135e90d3c00252dcf7b9d701d449 0.11 MB 208 168
217,188 217,188 0000000000000295da1b3cd70dd041a8c2ea7ae837a910f12cdf00617f97f99b 0.25 MB 605 196
217,187 217,187 00000000000000b634794b0bdae73a500515742d38dda244bb93d69d4abb01b0 0.20 MB 468 23
Previous 10 blocks ↓
Total Size: 769.45 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,646.00 GB sent, 95.21 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.