Memory Pool Memory Pool Refreshing

3,472 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,036 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (7,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,443 900,443 0000000000000000000115f72833e5e6efc3c12d757e2bc4815157acb629434b 0.32 MB 542 3
900,442 900,442 00000000000000000000135060a40403ac65745e1a132b1048d3b564f87773ef 0.67 MB 1,781 2
900,441 900,441 000000000000000000018f4c87d5e8d64d1ab9a54bd538f15fd1ea2506c61a1a 1.77 MB 3,692 1
900,440 900,440 000000000000000000012272b190b54012814c982675d34f6243976c5055a9e4 1.60 MB 3,253 3
900,439 900,439 0000000000000000000004dd1456a72889b36d77e9155b2e9a2276f275e767e8 1.75 MB 3,613 2
900,438 900,438 00000000000000000001e70146c89443474c1c6817bb8c8fe300f9675219d1a0 1.62 MB 3,400 6
900,437 900,437 000000000000000000018a3ff1ac589c71cbb703843bd65344f7b44956930e16 1.45 MB 5,294 8
900,436 900,436 000000000000000000015d87137f3558440e3f7412ed9b99ada6a4afeaf07849 1.86 MB 2,303 3
900,435 900,435 000000000000000000018617bbc58d2efee992774e3ee27e03a13908e2f3e1f0 0.12 MB 103 1
900,434 900,434 0000000000000000000120c4347f370ce11abd2b178d68dc5af10814cc149c00 0.61 MB 1,106 2
900,433 900,433 0000000000000000000017a43d608d8757ca51f3e1b504fedb7ba5859dba5c44 0.38 MB 851 3
900,432 900,432 00000000000000000001e248b4ff3e3e32455ad2ef721c626c41d2bbd15207ef 0.54 MB 845 3
900,431 900,431 000000000000000000005fdacbc925e64debadcd9383179ec7e420c1d8387035 0.40 MB 851 3
900,430 900,430 00000000000000000001e08b1485c06683e179e7c6fa4e283abce2f879efba9a 0.57 MB 947 3
900,429 900,429 00000000000000000001515784389ec98c9d8be31eccf18a2a15220bbfe74954 0.58 MB 762 2
900,428 900,428 00000000000000000000f61b0d349653107805cc761cc98d661283b791f1ae4f 0.80 MB 1,090 3
900,427 900,427 00000000000000000001bd2efbbfdc15118ac15433871d36f7e51d8a0c579d60 1.07 MB 1,400 3
900,426 900,426 0000000000000000000163fe31b1d525654f6ff7619f315790db1bef4c8bcefb 0.82 MB 1,407 3
900,425 900,425 000000000000000000010f3aa693df75286d5a1586d6066d507d35dc85ed6bc7 1.01 MB 1,372 3
900,424 900,424 00000000000000000000be36f00bb7f1b45fecc35a1e7009e36ff2529efa2c2e 1.75 MB 2,011 3
900,423 900,423 000000000000000000019c8a1b2ebac7a93311c882530d02e77f2d0e7ef46873 0.90 MB 1,542 2
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.