Memory Pool Memory Pool Refreshing

17,528 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (579,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,536 328,536 00000000000000001b1171bebc376a47d0a16b53312a0524241f8e4d1d071f39 0.45 MB 763 23
328,535 328,535 000000000000000000ab45c771945cd8c860cb696e7d9b7a1d4d2f0c5a9f9a79 0.53 MB 888 24
328,534 328,534 00000000000000000108f2b32ef13f0a5f64309d29f2486b5057c446030f571c 0.25 MB 695 36
328,533 328,533 0000000000000000093df8ce0d47d70cf940abb7c70a544a0c47cbff8894f143 0.90 MB 1,759 27
328,532 328,532 000000000000000009da8fb2a7d734329310c7547628e130ee6ddaed9eb4845b 0.78 MB 643 14
328,531 328,531 000000000000000013b5a3c080233ff1e98fc8e818a4c7f73c1f877ee603d89b 0.75 MB 1,927 35
328,530 328,530 0000000000000000165619457c2fd3403c0f3705a6d605450a5edc8fc557120d 0.34 MB 333 16
328,529 328,529 00000000000000000a90fc462182e99f2e55ccc3215271e5d9c04d0d72bff4c0 0.75 MB 2,026 37
328,528 328,528 0000000000000000003789c22ec1124bbd1632bfdb4c0e190a09d6f931e52b87 0.45 MB 715 24
328,527 328,527 00000000000000000aa12af2a208ae44a9a31fdc008c2387b6507c4f5892bafc 0.22 MB 359 20
328,526 328,526 00000000000000001059626b55878e92aee7de3a6479ce54a520b35f1570c9b3 0.75 MB 871 22
328,525 328,525 00000000000000000101c97e013380f7518e3e302648812459617b4f8ca80892 0.00 MB 1 0
328,524 328,524 000000000000000003773926555453d98e14404a530cbcf7d82d08a3738cf501 0.75 MB 2,008 37
328,523 328,523 00000000000000000caeacbb0df2eb57322bf473fcc2a5e15f14b304e4bfe60f 0.40 MB 732 24
328,522 328,522 000000000000000007952501378c055dadf2672dbd3a88503552439073fb724e 0.38 MB 489 23
328,521 328,521 000000000000000007ae84923857318d4dacd1ee2c429bf06bafc433d3d332d5 0.29 MB 466 26
328,520 328,520 000000000000000014a0c02166437d90aa748b94a81bb313bcd1f9a3b18afa4e 0.45 MB 831 27
328,519 328,519 000000000000000017b33e72a30ef62f97708e700a899ec72b062dd656d2e6f1 0.31 MB 543 29
328,518 328,518 00000000000000000b293f155e849c1fb1a320460880d99e5ba7a40f3dcb5e82 0.11 MB 240 31
328,517 328,517 0000000000000000185be31e29554fe6200a55a906ddc39f2c8991a145958bc9 0.19 MB 260 23
328,516 328,516 00000000000000000fa5139e8a0c98f507ffe439b1002fa19c7c814e737b8bcf 0.21 MB 410 27
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.