Memory Pool Memory Pool Refreshing

2,850 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (863,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,470 45,470 0000000026d4e3d9f9e1a9b7226932926c3f9602ad461dcd36fb5d6c556be4aa 0.00 MB 1 0
45,469 45,469 000000001d90b59780dc86070e0efcc7333d52bc82249c7b641164a29f3e8f10 0.00 MB 2 0
45,468 45,468 00000000298f53f57d8fa8a138c62eedc1b7254322583e1ee094f94e0a84d58a 0.00 MB 1 0
45,467 45,467 00000000074d1f22688ba3c17d7309dc9f7c5842e344b2a8c78b89c031bae077 0.00 MB 1 0
45,466 45,466 000000000148f99f75fe3fdc28120d365cbeb3b01cc03d6711f06b99db2d4c9f 0.00 MB 1 0
45,465 45,465 000000001f5a63166c66ab5cce47f77aa44000e1dc1b94647955bf7cc86fbe3b 0.00 MB 1 0
45,464 45,464 000000001531cb84bb019bcab41014314d80ce45e505c2b74ade6297780fe4f0 0.00 MB 1 0
45,463 45,463 000000003415b71e37f65938c09b81ddb9461f72bcf806c468ed8bcea07e299c 0.00 MB 1 0
45,462 45,462 000000002c326529af2f92e5da9b0f5a0494735e008940b44a5efcc59d683ee6 0.00 MB 1 0
45,461 45,461 000000002979e9169351a64e0d03a2615a4cc9ab062737a5feaf47073df32446 0.00 MB 1 0
45,460 45,460 0000000026d9cb380436beaad2c15ecf5d72f76ad481488b700a7ca9f6bcdc1f 0.00 MB 1 0
45,459 45,459 0000000033774b1cb49a8e3d069d9c70a29ff7aff57ae921b53b96116b90c655 0.00 MB 1 0
45,458 45,458 0000000003fc711e2104f6321c2cc8a27aa70c2f65a0f2f6db9cf93baf128da1 0.00 MB 1 0
45,457 45,457 000000000d3b1ed0405b208c052d44f93f25ea8157010643f7878ad5bd9e6e8a 0.00 MB 1 0
45,456 45,456 00000000019a02cd43c242add691e27b840b02956aacad31cd7ab90eaf582241 0.00 MB 1 0
45,455 45,455 0000000011b14aea825d76f6d25254117279bd2878d5c6207375b3d6813b5e5a 0.00 MB 1 0
45,454 45,454 000000002d20530d9a655f25825f6f7f9bf33a45f78ec50d3700d197e415818b 0.00 MB 1 0
45,453 45,453 000000001946db124828a43ade8dd1ce3b5a821552bbfc2f771e002d2660fa30 0.00 MB 1 0
45,452 45,452 0000000020e8ed345e56e28bd61adf9d255de7fe3fc642ddfef5d263a0f97de5 0.00 MB 1 0
45,451 45,451 000000000fbee0101a69d0b37382dc8ed4e6b6c5dd90a6a36dbbe0a3cac0ea8e 0.00 MB 1 0
45,450 45,450 0000000002a58d58f47461c2116c264b22436916926ce3bc72aef042fd193cea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,853.61 GB sent, 101.73 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.