Memory Pool Memory Pool Refreshing

4,569 transactions
1.70 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (611,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,205 296,205 00000000000000002089df64d3a803698d49b086e89804c4a539e23940e6e9eb 0.35 MB 330 31
296,204 296,204 0000000000000000a6e8b2c9c67e672f89d32ef24473b04365d37560b3e6b6f9 0.21 MB 412 39
296,203 296,203 000000000000000088de2a58415c64c35ff309b154a353dd8f13d891e88d1702 0.35 MB 199 10
296,202 296,202 0000000000000000a79f55ade4c9cc1c18eb5e4eba238b992f6108c14d78ea96 0.29 MB 512 26
296,201 296,201 00000000000000008e108f7a3c6376ac6e73e4cb3b4609ed8958ca616e43ee8b 0.35 MB 963 61
296,200 296,200 000000000000000031e30ea7301a0656c506fed415e972f6935c841e99f63e2a 0.25 MB 593 57
296,199 296,199 0000000000000000433f02ced313f12639ef4a43eca22cc85a28c3c614566029 0.09 MB 137 19
296,198 296,198 0000000000000000622188436debdb90a590eafcd5e728123a1e6663d2e59b98 0.21 MB 186 20
296,197 296,197 00000000000000002644f94141c47449e60c20e5d43e986d6d78e395ccf51bb7 0.35 MB 611 33
296,196 296,196 000000000000000082e54b03ba91f8418674dd0fb0123b4500eb7b98cb7f7a63 0.16 MB 256 23
296,195 296,195 00000000000000006956cfad9a4d4373ccdd0096287b64445ed6105bcc86f55f 0.24 MB 128 11
296,194 296,194 00000000000000009e70359007b4959646b6f12c3fe91990c066613a73d88d05 0.65 MB 904 26
296,193 296,193 00000000000000004f71e0f03301b433f0ecd36c4b34e136055225b50d9b4ea7 0.35 MB 940 45
296,192 296,192 00000000000000003684b1a2dc31a4fa8fc933e9049e11bc3a841ca4785c1c22 0.09 MB 128 64
296,191 296,191 00000000000000003c6665f6965b6d1a5a9ce789f4ea0c2de04b8d3658de6230 0.02 MB 52 22
296,190 296,190 00000000000000005446c26326684906a529fe1368ed788cb38eb34a176e30cd 0.53 MB 870 49
296,189 296,189 0000000000000000460718ed71159d4b059e1a212b537d6748b08b168e21f3ea 0.30 MB 287 18
296,188 296,188 0000000000000000a0a3ddab4fae6057ea669a2e4463f7dc218b2a392750f428 0.35 MB 938 40
296,187 296,187 0000000000000000b014710be11576122eb0f1d14ad13ab5a6b5a80bd38f9a4b 0.35 MB 749 44
296,186 296,186 00000000000000009da31c5bd96fd2b4a45387746ffc25fb76f84146334b7cd7 0.01 MB 32 71
296,185 296,185 000000000000000034e656dc336b99c87af3149015cdde8a16da6910d7fbf421 0.21 MB 409 30
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.