Memory Pool Memory Pool Refreshing

8,863 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (436,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,472 471,472 000000000000000000bef8d8d5448bd4b8399509b03c0512e0a0a00e13c18c0e 1.00 MB 2,623 301
471,471 471,471 0000000000000000010b9d3731d64c1b11bd637e691a1d14f97a58f84fe053d5 0.99 MB 2,580 380
471,470 471,470 0000000000000000000bc0d1dd3af4c5cf68b5d4cbfd6379ab5a67addb70631c 0.99 MB 2,529 330
471,469 471,469 0000000000000000005c8a2b862cfee5f24b07205039c2afdd6fbef4c1fd419b 1.00 MB 1,720 220
471,468 471,468 0000000000000000010992abfc13f505da44f7ae43b9d7ce1c1419d5f115af94 1.00 MB 2,392 405
471,467 471,467 0000000000000000015f0beacf9b8f41c6698b677f745c6c0a57acb9a2349011 0.99 MB 2,318 157
471,466 471,466 00000000000000000035a544b54caa9761cedde1698768e6a536804eda744fe1 1.00 MB 1,963 271
471,465 471,465 0000000000000000015ec31f3f835bd56d2b3554fd766259960a8d3992eb5354 1.00 MB 1,880 354
471,464 471,464 000000000000000000a682e35d7789d9c993118e36a1460cfdf447e30d6b772f 0.99 MB 1,976 443
471,463 471,463 000000000000000001558fe0bc74832526e1040352aef7b5c3155839b4af2472 1.00 MB 1,849 70
471,462 471,462 0000000000000000003867a40d76d3f612eab23320e4ea4ae5906e32b7e32b53 1.00 MB 1,941 158
471,461 471,461 00000000000000000023ed72606eb1f43e335a95affd251531b8a4c00905f6fe 1.00 MB 2,145 246
471,460 471,460 000000000000000000e864d7afa4cee5f140761f8bc099e700c4383ec53493b4 1.00 MB 1,490 126
471,459 471,459 00000000000000000031a9832f89e533f731bf8fd0d321356733fdfde73ea6d9 1.00 MB 2,280 319
471,458 471,458 000000000000000000b5fb1a238545e6a6f3b1508396fbb549356c9fb1f7cab5 1.00 MB 1,989 216
471,457 471,457 0000000000000000012003cc946f437f9cc25fc7646ac5039d582e44e7cde096 1.00 MB 1,624 184
471,456 471,456 000000000000000000fa86835ff312dd28c2b0287a8a7941d24d95199966cf23 1.00 MB 1,907 120
471,455 471,455 000000000000000001407e96c7b453b50efabde02fe27daf19458eb8aff96d0a 1.00 MB 2,035 148
471,454 471,454 00000000000000000180df96a7d69654d946bc7726776556cdcc6c32633a08bb 1.00 MB 2,023 300
471,453 471,453 00000000000000000075043c06a1ec2eb3c920636c3d97c532a419b3308250eb 0.99 MB 2,108 140
471,452 471,452 00000000000000000074d2eb11fea9b2835974f2c1c003e9c3db04474fcf86ea 1.00 MB 1,382 103
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.