Memory Pool Memory Pool Refreshing

7,749 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
891,876 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 3,437 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,875 (699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,176 891,176 000000000000000000009be23e19ea1c2f4ce3943b4dfa01bfddf1672e81a20a 1.52 MB 3,019 6
891,175 891,175 00000000000000000000c2fd8131e87b664ca494f861ef8ee9d905c4ef6cbdfa 1.31 MB 1,857 2
891,174 891,174 0000000000000000000066977eaeb7cf7acb64f5ed626095caed20324d69c2d7 1.67 MB 3,872 11
891,173 891,173 000000000000000000018f1a5d3077b44c36571eea3db5e5846f1e89efb23885 0.23 MB 562 4
891,172 891,172 0000000000000000000137a567cb69433c6f663a07ea363c3a49c7fdad0175fc 2.97 MB 1,221 1
891,171 891,171 0000000000000000000233522073f9348a9e8c89a85e1041497a9b41debd7758 1.81 MB 1,957 5
891,170 891,170 00000000000000000001befebea896b53e968dc0a210acc4d7ed9044bbd9d0e0 3.52 MB 524 1
891,169 891,169 00000000000000000000c3192da0209ddb090c09e20968137639565ba8f551fd 1.57 MB 1,043 2
891,168 891,168 00000000000000000000843d32679160eebbb062b999ada6ca902f2cbe740ae5 1.29 MB 1,000 3
891,167 891,167 00000000000000000000cc16eced98328f0f5f61b26e4a8519a48cf1474a7be3 1.23 MB 1,162 2
891,166 891,166 00000000000000000001435db5d458bf0a89d5779728bb5571907c161c1f5dbc 1.69 MB 2,719 3
891,165 891,165 00000000000000000000fb5a4e8939d7e38a2f6c2471418d472ec3e00c871bb8 1.77 MB 2,940 17
891,164 891,164 00000000000000000001649804785790773632082f7d4aca4a9b3b8f69ff8159 1.65 MB 3,431 3
891,163 891,163 00000000000000000001ea1ff89f7da7874592de68cb86543e9bef3755a164db 1.75 MB 3,640 20
891,162 891,162 000000000000000000005dcc3266c11444d2d8db93dc49df7c68c78293794808 0.76 MB 1,442 4
891,161 891,161 000000000000000000011fc22569191047b24d6edc01cca6f974ecd155f8b477 0.85 MB 1,691 5
891,160 891,160 000000000000000000005dd8deea58726d620be200b77e4c724298c387593bc4 0.73 MB 1,200 7
891,159 891,159 00000000000000000000bf2c59824971fe0f8b16dfc397e071a99703bed14f1d 1.24 MB 2,282 2
891,158 891,158 000000000000000000013bf9dbd91e767bbe3963fc944dd76043369ac628448b 1.22 MB 1,116 3
891,157 891,157 000000000000000000011013d7abf2e918d9cf5f7ce51fcd35c243d426e75323 1.73 MB 3,109 9
891,156 891,156 000000000000000000008c6e2c7ea4c8c4f8d530d31a2270cd05fea8eaab08f7 0.11 MB 269 5
Previous 10 blocks ↓
Total Size: 741.05 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: 3,613.26 GB sent, 166.02 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.