Memory Pool Memory Pool Refreshing

6,353 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (476,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,882 430,882 000000000000000000baafccd57cafc8ef39be3988153b6566147723f0c75281 0.75 MB 2,091 63
430,881 430,881 0000000000000000003e652e968d4a8bb0c036895c57c6db19fc33b893ae61b9 0.61 MB 1,502 61
430,880 430,880 00000000000000000384a6b9b712e9189b640d742dec0cc17f03df4bb830849f 0.76 MB 1,047 31
430,879 430,879 0000000000000000021375cfa47f3f371b44a61a952a6870b472227801c4d104 1.00 MB 2,851 72
430,878 430,878 0000000000000000046dec76c6e925a64198440dd3e6be689f3bd0bfa3219897 0.22 MB 540 57
430,877 430,877 000000000000000004da06724a24e911ce31a24b4e618305be35410cd696f9f9 0.36 MB 721 71
430,876 430,876 0000000000000000046adbb2cd6fc2576f7d49db1c4b99480dcaeb41ac664605 0.37 MB 459 70
430,875 430,875 0000000000000000043c1d9f12acc40d36f22b01672a0406fff968e3d81eadc0 0.33 MB 730 66
430,874 430,874 000000000000000002db4ff2582ef2279bc3fcdc081b4f2494e69833981fd1ea 0.95 MB 2,254 56
430,873 430,873 000000000000000002d24a39737c4190ad631c05e211fbe62414eac0bd5d2062 0.20 MB 324 44
430,872 430,872 000000000000000002c65e12e255ff28c1cc8c0fb110a9e811bf0874af1bb98a 0.28 MB 644 57
430,871 430,871 000000000000000001cbe9e5df0a3c9cf019f0ae620084aefe0916a2a67de48c 0.98 MB 1,059 30
430,870 430,870 000000000000000004292ec792dcad32030f555c4564a9b186a3d80a84917986 0.74 MB 1,571 53
430,869 430,869 000000000000000004715454efb8209ec906883036c902a05e2e58ada6ff0497 0.06 MB 67 56
430,868 430,868 0000000000000000026ab0960e1178ce63e4ad53d1c19b71a4078e3de90a8952 0.60 MB 284 19
430,867 430,867 00000000000000000402a610803adc523e589a61777dc88d05c6c26b2467a6ed 0.72 MB 850 25
430,866 430,866 000000000000000003bd6ede3a89c10530338d7ba1a5955d538e58d97b8d07bb 1.00 MB 1,824 44
430,865 430,865 00000000000000000157547d49852dcc2a93e2765516d156bdc7dedcdb46cf75 1.00 MB 2,655 55
430,864 430,864 000000000000000000ad6def58253c3293668303ae1d4b8bd8629e3d9627bec4 1.00 MB 3,305 93
430,863 430,863 00000000000000000018b2ab74a702ecc3bdc988fac1fb9f613b06d554fd154a 1.00 MB 3,063 78
430,862 430,862 00000000000000000372ff4b28ece1dc06d096df6e3b9789048f2a2ce712f982 0.98 MB 1,810 42
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.