Memory Pool Memory Pool Refreshing

7,787 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,274 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (185,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,123 722,123 000000000000000000000069f1b863743ddcdc52ad1db175bb0a7852450453cb 0.65 MB 964 10
722,122 722,122 0000000000000000000254e2216891e51230bb56332c7f4e462381b935c56191 0.38 MB 632 9
722,121 722,121 00000000000000000006e7cb6d45916823238cae77c3df98e32ccd209e3d3b0b 0.52 MB 738 10
722,120 722,120 00000000000000000002dac9492181c0348be42d859b38250962913cadcc264f 1.08 MB 1,960 10
722,119 722,119 000000000000000000089aa25d6885f57d883e111a22ca38703b51f34c533208 1.48 MB 2,822 13
722,118 722,118 00000000000000000008c1d732510ccd9b30370baf4603d680c2a73142a9e120 1.52 MB 1,100 4
722,117 722,117 000000000000000000016a4013eb8544b5965d1514ee1f233ab7d12e63879107 1.29 MB 1,326 13
722,116 722,116 00000000000000000004c4778bcf545bdeff4e445d34d5bc1b659fd0f4e42e98 0.89 MB 585 2
722,115 722,115 000000000000000000081b0fc0c675b7a44688e35f1efda0ed0e2032bf669ad4 1.56 MB 2,683 12
722,114 722,114 0000000000000000000221d59e5e291f8667fcc20530ee5fd1edd0ec901d43d5 1.73 MB 2,035 4
722,113 722,113 00000000000000000002c866f0e8a8b840196b7ece114194b97c65a0d33548ca 1.54 MB 3,003 11
722,112 722,112 000000000000000000039b4eb83ac61b55b6812b6d1679561e1db5bf5d7d4a3d 1.53 MB 3,191 10
722,111 722,111 00000000000000000009a01da7812c5607108333f8f0be8c65b2aa53d9e7a04c 1.56 MB 2,605 8
722,110 722,110 00000000000000000001280476142c25feb2a388372ba15505bc4c24bf4c3b18 1.43 MB 3,009 19
722,109 722,109 00000000000000000008f6967ae01c956f0ec649b77bbaf039e3612f64a48385 1.43 MB 1,756 12
722,108 722,108 00000000000000000000ae64e4f7f63e02ddd13a8fb7e58f2db36928c1c19d21 0.07 MB 131 12
722,107 722,107 00000000000000000009b177c738ee0460ce07bd2625fdc00a9a04f4a99d30db 0.51 MB 853 3
722,106 722,106 0000000000000000000a4621edbc2fd6ff813487415c1afce448cba4ec79aac7 1.52 MB 3,058 12
722,105 722,105 0000000000000000000391749003b1a48a668ea460479528c68e8cb3c4b5c19c 0.03 MB 90 14
722,104 722,104 00000000000000000006266bdf01c0daf30e82501c3ef1bf121a3c562c64fe7c 1.73 MB 2,231 2
722,103 722,103 00000000000000000000910abb3fffd6942a2d7ee79b7e1f8c2df953614d4944 1.52 MB 3,110 5
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.