Memory Pool Memory Pool Refreshing

382 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,909 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 374 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,908 (365,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,165 542,165 0000000000000000001fe3d0f7012ec780b70a616c76402065b60bef3da00661 1.34 MB 2,695 22
542,164 542,164 0000000000000000001a76703158a23e51a6aaed57eecfe81e7acfe29595ed16 0.71 MB 1,733 17
542,163 542,163 000000000000000000234030c4ad8a1adc8a9d002ae5709083d80e7b26e92485 0.07 MB 187 10
542,162 542,162 00000000000000000023052213ad1a7fdfe9734e579f8fe4d366b52a84611086 0.27 MB 719 12
542,161 542,161 000000000000000000101b275f3e7f972718db9e6f069f5c74256831cab12d29 0.46 MB 1,160 11
542,160 542,160 0000000000000000000e0c175ccadb7ad1edc73f58b077a000448767106c72e1 0.20 MB 409 19
542,159 542,159 000000000000000000121ca7ba9edf56962e884a2af7e9d15bf7e75b5a635a6a 0.83 MB 2,065 17
542,158 542,158 0000000000000000001b5e1570211c4c944a98c91fb85f1a89a1efe517e2ded6 0.67 MB 1,595 9
542,157 542,157 00000000000000000009f163eade1888fc7c51e52a89967129df60bc1a53bc15 0.52 MB 1,244 15
542,156 542,156 000000000000000000236fe4e9260411615d3c2136ba6592f21cb06239c1367a 0.70 MB 1,070 4
542,155 542,155 00000000000000000002c934dbde89f2d9be21c974b0029ae678c2e24958b25d 1.42 MB 1,061 6
542,154 542,154 0000000000000000000b47121cd82e45b01e5200f1a25070352a951037a07c92 1.25 MB 2,291 12
542,153 542,153 0000000000000000000a91a55d3a74a18a1b46baa58e10c21cd5f7d8d750311f 0.00 MB 1 0
542,152 542,152 00000000000000000006d599f0de93380c334bd45adba35b23a13b48e563fec9 1.15 MB 2,862 6
542,151 542,151 00000000000000000023820a7e6f7b26ed7ec7ef1107ed3b0d7e42cfadde85d5 1.30 MB 3,154 14
542,150 542,150 0000000000000000001265093c63f206c5958397941f37949dfdc9418295732c 1.21 MB 2,595 25
542,149 542,149 0000000000000000000b54c67f1b59cdab4dc3df4be133b8cb8414f75487a0ae 1.09 MB 2,683 3
542,148 542,148 000000000000000000223f31fa6520d6ab9944e7f45201f42a5b9aee575e5b8c 1.28 MB 3,056 17
542,147 542,147 000000000000000000179d17a2c840bb31df73a59199c7e396a574fc6bc771a3 1.25 MB 3,208 20
542,146 542,146 0000000000000000001525bcf8383d0a60043710309fc58c6ad2d109bdef8b1b 1.21 MB 3,041 4
542,145 542,145 00000000000000000009b523c4b71287e34fb30a79a389a562d1ca6ad859f8bb 1.20 MB 2,768 11
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,643.90 GB sent, 94.79 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.