Memory Pool Memory Pool Refreshing

5,873 transactions
1.72 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
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (410,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,033 497,033 00000000000000000041e13dedab3df68ff397f2837689b2b5221f2cb7c0b3f7 1.06 MB 1,965 165
497,032 497,032 00000000000000000078485b2286a3a12904595f67c349676aec64e4e39734bf 1.06 MB 1,933 140
497,031 497,031 0000000000000000004cbbe8f640e912b857833482860a97225cd0d99a01246e 1.13 MB 1,446 161
497,030 497,030 00000000000000000054698ff7ef31fdab14b6962bb1d5439ec7446b849f91a1 1.14 MB 2,088 166
497,029 497,029 000000000000000000c7c8226b5f2167009a7a0f6085a456acb4b26ffb08e3a9 1.11 MB 2,323 166
497,028 497,028 00000000000000000009e51d5bee48a7d9d1f0acae7d232168a952025d686668 1.06 MB 2,404 214
497,027 497,027 00000000000000000075c48ff4991a2fcbf61f9870a36806320d979838562ff2 1.05 MB 2,234 227
497,026 497,026 000000000000000000a0b55ceaa816cd764e547e4e5b44b0ed8503c852ac6f21 1.11 MB 2,160 164
497,025 497,025 0000000000000000008a14d9c5c565fe61a8454f1f77c5c1f8458b2654326811 1.07 MB 2,434 185
497,024 497,024 000000000000000000ba4ef82bea0901ddbd3783b8b8026a450a9f05bbb8dfaa 1.02 MB 2,530 57
497,023 497,023 0000000000000000003979abbd04056fa3818de1176ade9c9880f532cfde8cda 1.17 MB 1,746 128
497,022 497,022 0000000000000000006aeb5e8c776a8f4af101a6ffdb008c96f5e593ffb3d5a1 1.12 MB 1,862 174
497,021 497,021 0000000000000000005d533dd49b53138aa3bc018edb2813043d71d6ef7db1f9 1.07 MB 2,657 202
497,020 497,020 000000000000000000a4c1581f2fb6cbb6b15353376ce57b343cca3cef157e6f 1.19 MB 2,549 136
497,019 497,019 0000000000000000004cf191763871531c409a37a060e5c37dbd81742e0d3805 1.00 MB 2,079 200
497,018 497,018 00000000000000000008ade6007b2364d281d71f42bc433529025ecb1798de9c 1.04 MB 2,931 101
497,017 497,017 0000000000000000000caa14cdfc388d7440cad8a192b1061ad42175e051a05c 1.07 MB 2,326 157
497,016 497,016 0000000000000000002a9a7e478f17b7c125a3898a9d603b3d1eed3b61ee1cde 1.06 MB 3,227 101
497,015 497,015 00000000000000000065d688ba5ad5de5efe0e8c8c04076c31d14664941a45f7 1.03 MB 3,741 77
497,014 497,014 000000000000000000b52325516d8f580282a023193d1ea68a13a65459a7aee9 1.02 MB 1,986 42
497,013 497,013 0000000000000000003c6c0b44c5a7d96796afb68a7535ed6e697681ba3f54ef 1.19 MB 2,369 144
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.