Memory Pool Memory Pool Refreshing

3,613 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,211 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,959 898,959 00000000000000000000a3339b9bcdfcf256ed24344726af93e0b239481a432d 0.93 MB 1,508 3
898,958 898,958 0000000000000000000131a820a5e578761fd6bbd6f789f4368f7740e77a05d0 0.67 MB 1,268 3
898,957 898,957 0000000000000000000168336cf2335145dab0e33086ed365fa438fd87edcbb2 1.01 MB 1,646 2
898,956 898,956 00000000000000000000c91d6fe30a966442b927fe61cba145f4373c8ed4775a 1.39 MB 2,673 2
898,955 898,955 0000000000000000000042720e74a0e0140fd557ed4ca9f36a2440bb1fcc7180 1.40 MB 2,272 3
898,954 898,954 000000000000000000007970b4e3e94aafe4e84fbd78db96e91daa4fdbfdff49 1.04 MB 1,747 3
898,953 898,953 0000000000000000000196ee8026f53ef3810c4a4471b1e34ca86deeae164fa4 0.76 MB 1,119 3
898,952 898,952 00000000000000000001b814be295846c33467700dc59cf68d7e2e99209fc9bd 0.35 MB 539 2
898,951 898,951 000000000000000000004400247295c91c7d1d9636fabb9d7ba05a04bdd1e762 0.30 MB 606 2
898,950 898,950 00000000000000000001d1387b72a0eaae8e5c453c95e22b9dbe0be2136ea6ba 0.97 MB 2,454 1
898,949 898,949 0000000000000000000089f6f75ffcb9dd4086083b27874bfde1231be7fd280c 1.76 MB 2,199 2
898,948 898,948 00000000000000000000566f1df83ece88dd3de9ab3b5638bc4b5a57ff8f5ef4 1.92 MB 1,499 1
898,947 898,947 00000000000000000001f08f91990fe2fa13a5cb6bd2f07c8f164bb9ed24e06f 1.58 MB 2,592 1
898,946 898,946 000000000000000000019bfec34c80a68d9dae9279d1d21184b6ed201482a476 1.57 MB 2,995 4
898,945 898,945 000000000000000000008aefe6055abe1289039141d0831df254e076cf268c93 1.82 MB 2,710 2
898,944 898,944 00000000000000000000489ac006261ce93ddd111fda362ea95ff2e9d8f38018 1.34 MB 1,689 3
898,943 898,943 0000000000000000000132b78f62c48fd1ad7fda4e6be6acf2ff5dcfd0d6cb03 1.37 MB 1,159 2
898,942 898,942 00000000000000000001ccf64f8e3767f98fae6857f11fa53720f420b64b4818 1.34 MB 2,007 3
898,941 898,941 000000000000000000014c7e97d0d3522268c172499054f70c1adb6d3ffe11e6 1.53 MB 3,000 4
898,940 898,940 00000000000000000002144a764bbe002c09fd4941ec0382319826efbcf1e88a 1.30 MB 1,663 3
898,939 898,939 0000000000000000000249927c0823c21d1c49edaa9be3c30a431554bd6b926c 1.26 MB 1,582 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.