Memory Pool Memory Pool Refreshing

4,583 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,711 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (359,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,062 548,062 0000000000000000000ccf220d46c3becca300d66796afef3ca9efe50ae897d8 0.98 MB 1,741 18
548,061 548,061 00000000000000000016e8edf48c85018e82e7f328288af7e4d210cb56261de0 0.42 MB 740 9
548,060 548,060 0000000000000000001e12c5cae66895b31c4f23e255e567e8ae4b99747342ef 0.76 MB 1,031 1
548,059 548,059 0000000000000000001bb27be2b3741dac95853a3cd062a0051150c45a2a11c8 1.20 MB 2,608 16
548,058 548,058 00000000000000000016ca04e2cbe86030b5a55919948d3eabd27934c17100f9 0.53 MB 752 13
548,057 548,057 000000000000000000096e196b7c99c56093ed4e3e02770706982866fbd6405a 0.57 MB 596 3
548,056 548,056 000000000000000000217b816d78860f13b8acb86bdf2a91841d4f3207083552 1.22 MB 2,676 14
548,055 548,055 00000000000000000002635360b3653ed78259f5d70242cd417eec2f999cfbc6 1.10 MB 1,855 3
548,054 548,054 00000000000000000017d883e18be19bbcac1b16d8080074c619741c1d5eb085 1.14 MB 2,728 11
548,053 548,053 00000000000000000017f591f44c856665fb46f878769b2b41701aa52a7fce0e 1.32 MB 2,914 20
548,052 548,052 000000000000000000167ae7cc59e577d094c450fb730477f157bdaba68212c3 0.29 MB 866 21
548,051 548,051 00000000000000000018d4823366edd496f40a90ae37eefa6271ad6159ccaf3f 1.16 MB 1,585 14
548,050 548,050 0000000000000000001a1746903e6d49c9fde7238446d05361b4fd3ea3c67961 0.85 MB 1,433 10
548,049 548,049 0000000000000000001e3ba166340422fea84c0cc04fabcaf1c10c226f4c9e64 0.02 MB 53 34
548,048 548,048 000000000000000000019b9d0ec61aaec70a6a2c6f95b59d6fc23a39666125f1 0.68 MB 1,285 8
548,047 548,047 000000000000000000050b0a31bdadcc0dfa8d61574788a4aa70c5e400547549 0.57 MB 983 8
548,046 548,046 00000000000000000009d8cf165bcc974231aedbeea7d29f5e1e57a8312a53d2 0.14 MB 287 17
548,045 548,045 0000000000000000001642a8cb51b975918ad12baf7fb4539cebf84e678b669d 0.46 MB 854 13
548,044 548,044 000000000000000000022a9fc422385aa82e93d5bbdbe3e6596ae7bff6f5d026 0.63 MB 907 9
548,043 548,043 00000000000000000016fc0891728923b0b590c5d2476a80d9a3109894fae33c 0.23 MB 467 10
548,042 548,042 0000000000000000000732bfaf1429dfd1a943ea4b0709555607f64cb5efc814 0.05 MB 93 7
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.50 GB sent, 92.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.