Memory Pool Memory Pool Refreshing

6,469 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (779,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,945 127,945 0000000000001f384c3fcf8df2a9c73e0eaf4e6fcef2a8d5e87a2efd474cc3a5 0.00 MB 13 0
127,944 127,944 00000000000019d7157db3c9afd76c05520f8a7bfed48e46adcbed7f3c9fec1a 0.02 MB 41 727
127,943 127,943 0000000000000f2a51e072e691c9b8df54bf2c43e502aaa6b04b54d0fe13c761 0.00 MB 7 1,680
127,942 127,942 0000000000001364501738d59a938fe794ab742ce5e4c8838ced43fa49a3df5c 0.02 MB 64 76
127,941 127,941 00000000000023c397958f34adb13449ece2c89cd03422001026456c70183ce3 0.01 MB 21 732
127,940 127,940 0000000000000ae7d0c173a7e67788d9425e40bd30268476c5612ace223fc66c 0.02 MB 55 2,358
127,939 127,939 00000000000015d556b85e2c7be84d01a8ed31191dcd88b5b065c1e769347445 0.00 MB 14 873
127,938 127,938 00000000000012c7c4657db65c8f0ae34fd768847d8333bd22c1642318f52913 0.01 MB 16 270
127,937 127,937 0000000000000679f4dd8c64d1621bd1b682765233b50a6e1ceb1ec7e052d1fe 0.00 MB 12 968
127,936 127,936 00000000000024f5a932ad3aeac1c59fecf6f36653abf65359e1b9fefa09d4fa 0.01 MB 17 943
127,935 127,935 0000000000001397f81475641c1575b7b8cae7c75c6fafe6a839f7cd84de757d 0.00 MB 10 1,564
127,934 127,934 00000000000009f870e85520b017eb5c32790c3fc896a95862cbfdbf3c4197d4 0.04 MB 93 265
127,933 127,933 0000000000002279d9f8017dd888db93085e49afea958fc20ac7ad3ef765c658 0.01 MB 20 1,113
127,932 127,932 0000000000001704bf0f09765b827c5a67cfa6fe2cf2085a97ade9dd78e513f2 0.01 MB 39 746
127,931 127,931 0000000000002636787f12e6cd678b963faef34593b944cb350cf8d4fdf2f9d1 0.01 MB 17 1,399
127,930 127,930 0000000000001a1ef549125a7754cbdf7db53e941dd3a88fb0f16ba0e33b8fd9 0.01 MB 42 1,065
127,929 127,929 00000000000011aae0232d73fe3a84cdcab1131a35565a1beabd4299f07f0b15 0.00 MB 10 862
127,928 127,928 0000000000000c1371e4e1b2f218d70c2c8144edd32ec66110e6aea003ce2f0a 0.01 MB 16 593
127,927 127,927 000000000000207a54d19b987e78f5bc5a3d6c79133f9bab505d0956f66e4ddf 0.00 MB 14 1,466
127,926 127,926 0000000000001f5a31de443329f6aedc8df003a2fda6f84b1bf3cfaa0d24cf82 0.05 MB 130 769
127,925 127,925 00000000000001f14fba438f421d2753423b9b863684c04e85431a8b9b25f778 0.01 MB 16 174
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.