Memory Pool Memory Pool Refreshing

3,573 transactions
24.26 vMB
Show Random Selection Loading Transactions
Max Size: 99/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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,321 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (816,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,875 91,875 00000000000139fe29716cc40dc2eeb85b0f66e10c372433db60e56eb1358b99 0.00 MB 2 0
91,874 91,874 000000000002f81e1cd2933faf9a94958883c664b00baeb7d069c82fcff5e097 0.00 MB 1 0
91,873 91,873 00000000000a29426b9e052a7d6264f4011367347e52c1085517ded556008589 0.00 MB 1 0
91,872 91,872 000000000000ea0edef454e778abfdf7bc4f5c4c150471103fd62a56696acf95 0.00 MB 1 0
91,871 91,871 00000000000175d0dd379a0b2881b411b7b4bdf684b0e88325a9224050a0fc71 0.00 MB 1 0
91,870 91,870 000000000005943431ecafac2ad97446b162e1371a94d26ad6f3a792adf71193 0.00 MB 1 0
91,869 91,869 00000000000c7f6458af7584daa132bcb5cdb8c5b29e4e4a624ee2790591b5cb 0.02 MB 5 0
91,868 91,868 00000000000bee2729120512550666b33bb07dc630e56d8256bf26afa52aca08 0.00 MB 1 0
91,867 91,867 000000000006b93c5663d28a8f2d41b4f62c7d45c37445882d4aab4e60666e75 0.00 MB 3 0
91,866 91,866 00000000000a9aa7dfe1b80bef8c9cc5d3dbf921e9bbd995cd07f051c0c5f419 0.00 MB 1 0
91,865 91,865 00000000000c2a4e4b74b99ac36720d3e50d8ba1111192b19c45dd34dcf46e78 0.00 MB 2 0
91,864 91,864 00000000000df5754555ae76d649fa438ac765a3492956f70a2ff23c42be438b 0.00 MB 1 0
91,863 91,863 000000000003349f55945b1fb383df68f99f69671e68b6d447f22a6b9f69f56d 0.00 MB 2 0
91,862 91,862 000000000000da27617bba20e79739b5312f3f2e594ea111063cba7a63e1c312 0.00 MB 1 0
91,861 91,861 000000000007f968fc177a44804b7977577d5baed9d73ec16628a7d348872b52 0.00 MB 1 0
91,860 91,860 00000000000be7b01347b9871191ae0a4271aedb1a1b79d107928249e904ffde 0.00 MB 1 0
91,859 91,859 00000000000494aecd976382e4d24adbcc712cc93b695370d6b49124f9502d2d 0.00 MB 3 0
91,858 91,858 00000000000307f941dbf16bd2ed0523ca072cb2ad75651b9200b784a49825fb 0.00 MB 1 0
91,857 91,857 00000000000862b170d00ac31c6d4c782c160eb311006ca8cffb0dad3ffa3960 0.00 MB 1 0
91,856 91,856 000000000003fc04afbda751fecfd3c196781a4c6bcb56c11ccf83a321830ad6 0.00 MB 5 0
91,855 91,855 00000000000e47a81f1529eb420b0600eb48c508c2b5b23f565a2cfc01111269 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.16 GB sent, 98.61 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.