Memory Pool Memory Pool Refreshing

1,056 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (765,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,205 142,205 000000000000012c4c7d9cbb059ab64e58efb10c4482a9d1af77dd796ba4bff7 0.03 MB 96 7
142,204 142,204 00000000000004d74307314cdd51759dc997d549ffb132a6d01f25e6016a2c4b 0.01 MB 21 71
142,203 142,203 0000000000000481c367d4e284babfc2172c2c562b3ed77d0c0d135aa6be4051 0.01 MB 15 38
142,202 142,202 000000000000071b3649920151187f50ec225ab713e532429939d7f91a4a4246 0.01 MB 19 45
142,201 142,201 00000000000007642f77ed5ed0d33e2ac94ee463fe26dae4c79a7ae928fba801 0.01 MB 22 72
142,200 142,200 00000000000007839bb5c112322aaced4fa54a83b05de0cb0629eabfa307f300 0.05 MB 127 164
142,199 142,199 0000000000000503309c173bd8cfd669379ce685b584ad8401aab22e6e38d322 0.01 MB 22 416
142,198 142,198 00000000000008a756b1cc37bff348d488349abd380c07315153d2cae0db5fa1 0.01 MB 26 104
142,197 142,197 000000000000035def8d95b780b0ab1da8787274303af876e8e1918b71481e09 0.02 MB 31 394
142,196 142,196 000000000000072d9e266b224b5b8458f71cd26444e39bcfe8f64e0756127d72 0.01 MB 19 20
142,195 142,195 00000000000001829aefc7d54984bc4b496157f7f7cb394250f510418c8654e5 0.01 MB 30 350
142,194 142,194 000000000000066bad5a4cd95a7b670a1789221ea4e16da770efed79ad6c4dfc 0.01 MB 31 86
142,193 142,193 00000000000001bfad48beccb76cc4b9aeb387d78588b1c2b54d626abef7c99c 0.04 MB 121 189
142,192 142,192 00000000000006a73bf8953995e37c55aee2e6cd2ff75c4f7f0719a60fce26a2 0.05 MB 141 86
142,191 142,191 000000000000070cb3871be83d37de89454b62082710d229070ee2c64fb7c440 0.01 MB 25 95
142,190 142,190 0000000000000818cb41760c7ce67638983671c35a8f2969ee182e78b681c975 0.00 MB 11 526
142,189 142,189 00000000000002260883601641362f081d3f9a7fe6c1d38547855af4b835c1c6 0.03 MB 64 79
142,188 142,188 000000000000079721754b2158887d8ee41f45a8b90788bbcf0f9b1a084138c5 0.05 MB 95 131
142,187 142,187 0000000000000743cfcae7c8df81f4480ff4b1bcf155f95146ab2fb2c1138d2d 0.04 MB 110 49
142,186 142,186 000000000000051d00b1379c3009ee7b0afe0a2f1916531c482e10825f7d5f8b 0.00 MB 12 0
142,185 142,185 00000000000005a9ab275608c9de88abd76bb6ed95151b72fe2d8bf11e2d0c50 0.03 MB 51 112
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.74 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.