Memory Pool Memory Pool Refreshing

16,966 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (114,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,505 793,505 000000000000000000041fd8b6e6ed83772c41b225179b0da415ec8f2becd824 1.13 MB 597 15
793,504 793,504 00000000000000000004a48c144ee7e7c7cb7404df2829aba9a17816c7a0d4a8 1.60 MB 1,484 24
793,503 793,503 000000000000000000015b4935c09643ab9df8bd59100204371978c48be3dde4 1.49 MB 1,663 27
793,502 793,502 00000000000000000002e144b21202c0605b2bff95bb277e17119a3f027aa07a 1.78 MB 2,359 34
793,501 793,501 0000000000000000000215dc9cd33330f207ea55bb1b1b0f7c55e9c0f121f728 1.39 MB 1,491 21
793,500 793,500 00000000000000000001fc074b3da007b6fa399056f0c592660fd9a1911fcf11 1.73 MB 2,862 24
793,499 793,499 000000000000000000009cc48d719e14e6ff06b2017da0a9050e304380089d8e 1.71 MB 2,875 31
793,498 793,498 00000000000000000003751772f4214e55aa74dc1ee48b1a47b92db8b651df39 1.81 MB 1,863 24
793,497 793,497 00000000000000000005015813762c10e7d7ab52758a7638c191c0d254d51e32 3.16 MB 862 42
793,496 793,496 000000000000000000023b16c80a0e9edc8b60b403f3dd00749af09d6fb9c3d2 1.69 MB 2,457 58
793,495 793,495 000000000000000000035b7acda810aa65e1b8e803488e73368299ea552f3793 2.88 MB 1,488 39
793,494 793,494 00000000000000000004cfcb30d2381de4e64169d412bae3c8d737db83c62bde 1.78 MB 2,068 35
793,493 793,493 0000000000000000000394e745f04da7261803b13d628cbf08627f53e8998b3d 1.62 MB 2,646 52
793,492 793,492 000000000000000000035d93474fd7ffc9cd4c16dc2275f927fa9472c52fd869 1.39 MB 1,951 25
793,491 793,491 0000000000000000000140385334c83c57e45b6eb14ed5ed12b454681fe5e9e5 1.10 MB 334 15
793,490 793,490 00000000000000000002db0ceff132a9cd1e6de8d7ed5f2ea9fa45fe4921dbe2 1.15 MB 700 17
793,489 793,489 00000000000000000004a8f7aa796cf32f554c39cceca9e5c26a796f40c002e0 1.01 MB 182 13
793,488 793,488 00000000000000000002bfc7b8c647d3e12b39c5e6c7c68cb6004a59f547b36d 1.28 MB 1,370 21
793,487 793,487 00000000000000000005304641c363ce12d8a2a3b98c81d6b8b721cb37f66dfa 1.46 MB 2,018 28
793,486 793,486 0000000000000000000330f8a6d932ff5b2ac5c9ac80ef15acd77179d63136f1 1.70 MB 1,786 39
793,485 793,485 0000000000000000000053e55e4f02c8141dd1e96f0dbfa32241c52c1878298e 1.37 MB 1,465 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.66 GB sent, 93.00 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.