Memory Pool Memory Pool Refreshing

1,893 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 1,876 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (862,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,921 45,921 0000000030265f2c3db8d55d145489152b1b1a53df2f46232254e6014a0b48b7 0.00 MB 1 0
45,920 45,920 0000000031a4ad4098137fef750069029f6aae8a4849d22b45c9f7b70bf2e61d 0.00 MB 1 0
45,919 45,919 000000000b745e2032bbf14fee80f65b2c0edefb655685ac1529ca1ae82ff79b 0.00 MB 1 0
45,918 45,918 000000001dc1bea9151ce54e12ec59b14691e7fb4dcde4ea1b25f73886c60782 0.00 MB 1 0
45,917 45,917 000000002d444977efc2b8badfc32c7b0b456857154f2f557b3d26f88bc595ac 0.00 MB 1 0
45,916 45,916 000000000cd8a176f133fc6e4371be59fe6fc18724600ba411b91e88bf8c0b86 0.00 MB 1 0
45,915 45,915 0000000017f5b8505f1c74e5dc683a603648b31bee5f5b9c95cb3848db113daa 0.00 MB 1 0
45,914 45,914 0000000025e60378e7d2cd2e8a7d603c498fa5954f6d95d3635fc5b2d480acb1 0.00 MB 1 0
45,913 45,913 000000001eec52a73ae258ac937498edeeaa5f0bd4d6caa26d53305822e6d83d 0.00 MB 1 0
45,912 45,912 00000000156f32bb6e44162e461989358c121b207fcdc634240c89da51308897 0.00 MB 1 0
45,911 45,911 000000000d26990a8624c71a6df675d4585ca27e8fe4428ef2c583437ae79722 0.00 MB 1 0
45,910 45,910 000000001d0b2d714bb767758def203465703c9d616b962ff76ec981f4c5f4c2 0.00 MB 1 0
45,909 45,909 000000002f6d551aafb1fcda2b0004f3cbc73a8d4035e89b575d3579b71c7b0f 0.00 MB 1 0
45,908 45,908 00000000107e80c0f85d8134a1f55f9f392c1af1258d5e9c4ac3d804c9659d9a 0.00 MB 1 0
45,907 45,907 000000000b776193a455e4f49476103f0e1b7b98d23a3182c11a72723dcb57fc 0.00 MB 1 0
45,906 45,906 000000001a77842daab70f8b607a47e4986a6698b953b8aff47fdaabc1a5be36 0.00 MB 1 0
45,905 45,905 0000000025fc180a6d492e98385a954023008354745904509b09272f3878b8b2 0.00 MB 1 0
45,904 45,904 00000000362063ec57faa3c729c2f6928b758bf7fad1e03bfb08b04fa16b109a 0.00 MB 1 0
45,903 45,903 00000000226ac31698c72f62461f3290567fc6975d7150510112e19b9e0d3eac 0.00 MB 2 0
45,902 45,902 0000000009e9ea813b49ad015ae9206b05d5f6b5096af34a8da7f568611599fc 0.00 MB 1 0
45,901 45,901 0000000026e7cdc5b7c9bc5cf295402b15d90a043a03a69b4945de7fae694411 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.22 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.