Memory Pool Memory Pool Refreshing

17,339 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (768,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,120 139,120 00000000000007de67c40f6c90207a67617b2c47b70f412d47ad1f87d321c491 0.06 MB 148 161
139,119 139,119 0000000000000428d70d7b4527a7962ef703338d5e1a7278f4fecc2bcf6688f8 0.03 MB 48 277
139,118 139,118 00000000000006c523825bf0f01b2ae9cf385de8d4b95339dfe9de4051270b32 0.05 MB 125 157
139,117 139,117 000000000000077fecd376349f957de7c312dcd085b7a59a307cfb3375cbd98b 0.02 MB 40 415
139,116 139,116 000000000000035537a7e83be91aeb326ae4b7c799d5430a413d468049c75043 0.01 MB 15 208
139,115 139,115 00000000000000b0f11852ad2d0f77505f668daa7e237b66543e080a22ec651e 0.05 MB 139 126
139,114 139,114 000000000000053ce57e75c5c78eb675a58936ebc06e6fb9f70bdab6be1c9fd8 0.01 MB 23 154
139,113 139,113 000000000000000aeac173d93b0cce953be5e8266e1a61f997bc2a935b3b44d4 0.00 MB 9 663
139,112 139,112 00000000000002d3e564d1e4ed87dfb18cb95c552c9f4ff1997ccdf8c34e7db9 0.01 MB 37 38
139,111 139,111 000000000000075d43e9af8e59cb0d8a945620e60eab34cb337e0582c9c2cd53 0.01 MB 33 68
139,110 139,110 0000000000000441a7516eed0348baf0b3f8855ba4bfeb8adae593a174ac3dd6 0.01 MB 22 15
139,109 139,109 00000000000000d2a9bbc133b1c9dfb0e075d0f5f1d98794d4126ed07e4d5bfe 0.00 MB 8 566
139,108 139,108 000000000000023879d63b11b833c176691c31996cf01469acc7918ad03509e6 0.03 MB 55 201
139,107 139,107 00000000000004ab2808dc3c0d65a5f653311b8c432bf306c3ce4dbcf5cb9786 0.00 MB 15 317
139,106 139,106 00000000000004d1532ef2cf1b078eb510861713fc03bab96fbdb651e1487c7b 0.01 MB 43 9
139,105 139,105 000000000000047e4a871d7711bad87b8a331767f7222866fcf100f2f0f740c1 0.03 MB 71 154
139,104 139,104 00000000000003f62ca68937e18496121ccd2858b2b43099525d3f92015b0afd 0.00 MB 1 0
139,103 139,103 00000000000009dd91ae96cbbf67af42340b0bc715b3606aa725f630b470262d 0.01 MB 33 149
139,102 139,102 0000000000000719c5388ce85bc689d267fba0aad64f72ad9e931415c49c0b04 0.02 MB 32 270
139,101 139,101 00000000000009d9f016834c203170c53023f2e704721cdb7dac6dc71f64ccc0 0.02 MB 17 160
139,100 139,100 000000000000064574b9d3ee0ca49accff3bd2d1699f058e65f8c3326cc4c570 0.03 MB 86 277
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.