Memory Pool Memory Pool Refreshing

4,675 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (163,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,965 743,965 00000000000000000005ca83ba7fa4a117d414f431c89ec22b519a590a54d465 1.51 MB 2,801 18
743,964 743,964 00000000000000000000c01a0043581b9929120f38c8172ca844d6a4b54bc07a 0.28 MB 587 17
743,963 743,963 0000000000000000000695e4672697c7bc74dc894f1beca930543764f38af58d 1.13 MB 2,094 18
743,962 743,962 000000000000000000066bb4d1bb9b4bdf9f6b7ac250b65dcadada376e63b7fb 1.33 MB 1,774 17
743,961 743,961 00000000000000000009a6cb3c9dbc267be43967613c0a5671ea55f315446c8e 1.16 MB 254 5
743,960 743,960 0000000000000000000200dca9824c30e608a5f25487c3396cbe3c84ad87a86f 1.35 MB 1,597 20
743,959 743,959 00000000000000000000f72d81506c76cf53c39f891f670836dbd52ac8fc7862 1.53 MB 2,286 17
743,958 743,958 000000000000000000067ea03798cd1048e4e78429f459edccf06047f93cdc91 0.06 MB 68 14
743,957 743,957 0000000000000000000209ab977e80f9a236225dcb20a1b707fc825eb455d942 0.97 MB 1,188 15
743,956 743,956 000000000000000000066b5524b9f8952c72c9b6e7a94cd10b2c1b44c6f149d0 0.95 MB 1,464 15
743,955 743,955 000000000000000000055be4eead9de1750f37e71c84ef72f396ac46a89f3514 0.07 MB 142 18
743,954 743,954 000000000000000000022002632f70b3abb257c523658bf413a2e64c3c400d2e 0.57 MB 737 15
743,953 743,953 00000000000000000008970c427abad99ec82df9c1200fb8968a93f6dfa31c0f 1.16 MB 197 2
743,952 743,952 00000000000000000003d8737ad44f413f29214827a6accb7c0d9444173a4a87 1.70 MB 1,417 10
743,951 743,951 000000000000000000056d59a39609b14695ade2e52ddd42b0bbd2d740e4af86 1.52 MB 2,257 16
743,950 743,950 0000000000000000000979a0f1373d8e7fda842770b7e3d2dbf5868644685210 0.91 MB 849 21
743,949 743,949 00000000000000000007c6fde850e64812abe29ea8298a4d0657b5d3b3fd1bca 0.41 MB 424 24
743,948 743,948 00000000000000000000e8895b9b0c1a130a5540c6f37be6ea878ce99bd4bb43 0.85 MB 743 23
743,947 743,947 000000000000000000032f75c4ea2d2bdcc7176217ef6bda0608bd9e0a092052 1.53 MB 2,038 20
743,946 743,946 00000000000000000001589bff280345240dbde9c62679596569151fc8944f63 0.29 MB 550 19
743,945 743,945 000000000000000000072d55831d09faf9832789646cade9a5de4a927bcf185b 0.82 MB 1,113 20
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.