Memory Pool Memory Pool Refreshing

2,573 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (695,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,201 212,201 00000000000004057468965c29db6e636e88edeb1a66f6a619bc6720991c189e 0.22 MB 399 110
212,200 212,200 00000000000003bbd8383db0b0f1d7ae5bdee03b97c5366affe06261e0e8d1eb 0.25 MB 511 181
212,199 212,199 00000000000000d7ab4a24c3f960e338067d370e90efc75afe671688ddc01baa 0.31 MB 563 181
212,198 212,198 00000000000004efa82bf49ae01cf8b98074bea53e8adb07fa051b9d2e015319 0.20 MB 308 144
212,197 212,197 000000000000001c667f23d29740113da3e5e7a78c602ff7fc499dcebd89c926 0.10 MB 311 29
212,196 212,196 00000000000002007861af44a1b4030a0a690b9915ace37b14cdc79f86c0edc3 0.20 MB 530 226
212,195 212,195 000000000000044dff464018ae27208c204125b2574d28a1a46fabc1b028e2d3 0.05 MB 126 313
212,194 212,194 00000000000002bb764e32017a4bd40fe93c97af9de13cefc81ee203803f373c 0.03 MB 84 36
212,193 212,193 00000000000002b5a17a0cded347c1127b9c05728427b4c33b17190cfc184fea 0.15 MB 333 182
212,192 212,192 0000000000000229244080802209a84169257cb2f5f24c62c8f35bbf6ce48ef5 0.09 MB 181 127
212,191 212,191 00000000000004cdbcb8d30aa88a3a6b53557736cc76815dda6e1ec11e41f087 0.11 MB 251 148
212,190 212,190 00000000000003d3d81530c97fc3a387144891b356dc31ae67446e0d2cc2fdf3 0.16 MB 230 90
212,189 212,189 00000000000001f3638007c990f5680d6dc7ad2632ce130fc76666cabbb180bf 0.20 MB 373 154
212,188 212,188 00000000000002b103d3321bc0269e8437a56e9b34bbdf03444679940d9f8f9a 0.25 MB 696 195
212,187 212,187 00000000000003b5131967a3d3243c670d4d4fb15cfb65e2a2fb99efae9cd4f9 0.28 MB 521 333
212,186 212,186 00000000000000fa065bb1d90ccc49a71dc6fce07cd9acf7ed29cfed515e5449 0.25 MB 853 243
212,185 212,185 0000000000000271c67dcfb18fe68d7e8eac5f1f50013e907dcbf8c661acd3f1 0.25 MB 337 122
212,184 212,184 000000000000003c29ed8bc48c513b756661dc65651c00cb49e898b9aa2b783b 0.25 MB 839 268
212,183 212,183 00000000000000b87c675694f33d24c4715f94b7d60473947c5532b70f1bee1d 0.06 MB 122 129
212,182 212,182 0000000000000262958c380e151788f74d18f8d4fd24ef92a08d85a9f897421c 0.07 MB 133 129
212,181 212,181 000000000000033d7355b23f8abf3ac5f3ddb50072ca6bfc5f56294f8cc3b0fd 0.25 MB 503 155
Previous 10 blocks ↓
Total Size: 769.14 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,632.02 GB sent, 93.60 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.