Memory Pool Memory Pool Refreshing

786 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (744,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,929 162,929 000000000000004c8e0fd7d219ca094415c985384aee91794e741ff1ea21e9db 0.00 MB 8 117
162,928 162,928 0000000000000c861e7811237029484dab6ec704b76b328af1560a7cda640d5d 0.08 MB 216 35
162,927 162,927 00000000000008505a56106d5a629f43a639a1b03217680d3c3f3c2faaa63761 0.03 MB 41 354
162,926 162,926 000000000000078ba8b93808eda5d728030490233f0acc026597229aa73ae120 0.01 MB 16 41
162,925 162,925 00000000000002d47ee699500b2df9df912eb14bb63457944a7b8486577b9b15 0.01 MB 15 328
162,924 162,924 000000000000087149e74c34e5fb2b98cd1c4b299728b19bd179449ce3fc2848 0.05 MB 78 53
162,923 162,923 00000000000000ad1ccf16628fe8c865c2efe7c9a543d0c810e499c7c1be211b 0.10 MB 136 246
162,922 162,922 00000000000004bbb3fdf355496cd2495d49509f4ca7887db74995ad860a1be8 0.02 MB 63 297
162,921 162,921 000000000000038afd357a5af4cee70f508e256f1e44bc9d21a12b92c3c2f8b3 0.02 MB 57 82
162,920 162,920 00000000000005f4b3fa5d455ceffd98bd854416f3b6cdf2eb8775b230ad9938 0.02 MB 48 49
162,919 162,919 00000000000002628bf5ec70a73ac182aa3a35ae26c2163bc4f5ea9bcbcd6d9e 0.00 MB 10 549
162,918 162,918 000000000000059d49ec4ae8c541e0cce2061dd68a2f99928964c0a9e234b695 0.00 MB 13 32
162,917 162,917 00000000000006e2dd5ae8e846d6e2544bf6ee86f391b7403aa90a3d5f09fd78 0.04 MB 60 234
162,916 162,916 000000000000058c7d300f38c0c982477d18852671afe6a26bebd7d17f9769ef 0.05 MB 128 201
162,915 162,915 00000000000004ba86438a52db3c8248e1a81461c03a6300e43a377e036e40ce 0.04 MB 25 108
162,914 162,914 00000000000004620820511aad4cfa534aaff2aeb342cf8d449e9ea8e10ea031 0.02 MB 63 175
162,913 162,913 000000000000025ecfbc3308a7bc8eff18702c66e22ac6b73e54c1a769db0a5b 0.02 MB 34 168
162,912 162,912 0000000000000035cfef32ea0b2383ba09c3802a4a590f272cfe7e45b3e156e8 0.03 MB 101 11
162,911 162,911 000000000000042617912c7a9773d0956a245a5a541a8e173dda012f3dc05a37 0.04 MB 48 171
162,910 162,910 00000000000008777951a37b93b887351569bbf9cb9863918410d16d073df460 0.04 MB 125 4,498
162,909 162,909 0000000000000aa79b882c6a461411099511b33ee1f6efbd2aea4f94472e83b9 0.05 MB 60 121
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.