Memory Pool Memory Pool Refreshing

1,373 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (818,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,925 89,925 0000000000091ca2766be3706259f6c48259c33c741e391a606a7ad4e7d7f9b6 0.00 MB 1 0
89,924 89,924 00000000000a1059f03fab060383aa1968c9318315671bf3ef7ca9f9c45b2a0f 0.00 MB 1 0
89,923 89,923 00000000001356dcd3bbc917562b426658944d2f7ee9ad25977b19eac103bfed 0.00 MB 4 0
89,922 89,922 00000000000d98f282aada8b7abbe7de13c1e8df9f643a9252a4234e1fdbf7cb 0.00 MB 1 0
89,921 89,921 000000000005d8bab0d8d79d9ba26b6d6c3cb72cbf3d1da81ded4c4521c2981f 0.00 MB 1 0
89,920 89,920 000000000005d912020706e817c54a30ccf5cdca46a84f70b38941a8235ca3aa 0.00 MB 1 0
89,919 89,919 0000000000090b1bf1a2f7c54aa78d3822cfadd7e7aeb1306c113dd30f97fb64 0.00 MB 2 0
89,918 89,918 000000000002687ef1e219647082c934884744bf7980a77b79944e9544be952c 0.00 MB 2 0
89,917 89,917 000000000004aed65bb3592ccc492faeb4becd71ec29efc8b4e8e0fbe1dbd5f7 0.00 MB 2 0
89,916 89,916 000000000002cf97baf4546c3251133d073c53eada5649c2d84f1aa2cede1a77 0.00 MB 1 0
89,915 89,915 000000000011631735761da2e9a0202c1d44d37b0dec7e9a0ecfa84b933bd306 0.00 MB 1 0
89,914 89,914 00000000000412eb55c12e68a2bf98cf7b73175bac9449729015aed4748cf67b 0.00 MB 2 0
89,913 89,913 00000000001096d323b3ed1ff2e90b59f01dcfa9e36317e98af751431d146c21 0.00 MB 4 0
89,912 89,912 000000000006f4b10c58a9f032ba94520f6ff5e59cd84b361e323bb618a3903f 0.00 MB 1 0
89,911 89,911 0000000000012e9a630e143a5f379fb76ff058ffd21f1960c8290938259e478a 0.00 MB 1 0
89,910 89,910 00000000000fbeabe312420ee3936c377a59f5fb6893b665e77658b4dfd1bf82 0.00 MB 1 0
89,909 89,909 00000000000d8f0d043ba1e22d3aa07f21169c7ba4c9798b47b44af5ff4a320f 0.00 MB 1 0
89,908 89,908 00000000000f242a59ce06705a4784438dc2df889341411cfacb313664361e19 0.00 MB 1 0
89,907 89,907 00000000001274a520e81062ad5e0d25ccd880e1efab63c37ddfdf8627926ec3 0.00 MB 1 0
89,906 89,906 00000000000504ff4e78a0ffb441a31ed73201b0e98245e284c9b7639c0a0101 0.00 MB 5 0
89,905 89,905 0000000000050f30bef2cf3deb96c1f0cf474f81889c0daf3b4eef35c82c0898 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.