Memory Pool Memory Pool Refreshing

12,653 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (559,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,684 348,684 000000000000000008be7b03b32a2453d622a44cab5fffbbe4483c886670868f 0.10 MB 143 14
348,683 348,683 000000000000000009e1af2585f6c146a4aba791d5472b93db46fd9d6a40a999 0.43 MB 769 23
348,682 348,682 00000000000000000f7ef5b1106be213be66c1ee313a29e2fd3aa7399bbbcbde 0.22 MB 463 22
348,681 348,681 000000000000000002e32b760dc6487795503d392cf037177ee81f8c80afb853 0.37 MB 741 25
348,680 348,680 0000000000000000166254623df5c70b46f126b8363825adf8ac432d8f9d15c0 0.02 MB 45 21
348,679 348,679 000000000000000001cb6ff9dde34d7799ac8d055cf71bbe6188bf36c80a6e4c 0.20 MB 371 28
348,678 348,678 000000000000000011219c5713a27b634c381456d85e759f153810ddd4e874fb 0.19 MB 313 22
348,677 348,677 000000000000000014437628c7aa469400b1891a56551b3685913e6aa5975dbd 0.29 MB 400 22
348,676 348,676 000000000000000016ef849728402bb3553f28a494723f406b1ec26026b183b5 0.05 MB 110 20
348,675 348,675 000000000000000007bfbe50edc5128eedecd3b0fa97dd5ef42e56d024c1d7d3 0.34 MB 665 23
348,674 348,674 00000000000000000c0cbcc69464ae680407cef69e49b6833eba304ce4de3387 0.68 MB 1,041 22
348,673 348,673 000000000000000005c32f0e54fa6341c2dacd237da66e6a267aa5f4f949b26d 0.16 MB 258 19
348,672 348,672 000000000000000001b4caf57e38268b49908dab072354d36edb3db038015571 0.51 MB 680 15
348,671 348,671 00000000000000000504ca16aab7228e781deab6772bd1f333d9777313633788 0.15 MB 512 59
348,670 348,670 000000000000000012511ef9badd75f3657670f8addca81228c147633598a15c 0.75 MB 1,077 21
348,669 348,669 000000000000000011e3fe9f8a2e9145b3116324cdb2e87002ca5bd54e99abd7 0.27 MB 1,024 54
348,668 348,668 00000000000000000d22b3d8eab21b3496856cd6d9f456a0fb8ebeb4d0771995 0.48 MB 826 22
348,667 348,667 00000000000000000e06793b2917c53df63ab635d3ccec43d784b7dd082d79c9 0.47 MB 918 24
348,666 348,666 00000000000000000112ece7c2c2dedcbd1d448f80f20e97a7b2d597079fc089 0.05 MB 65 13
348,665 348,665 000000000000000014e3bdf8a0cd2bed47b18eb6e19ee4a05dfaa39680f448c5 0.11 MB 207 27
348,664 348,664 000000000000000006a093f66542befaf190330562cd6b5e8306ef7b02c29269 0.31 MB 428 20
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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