Memory Pool Memory Pool Refreshing

1,023 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,000 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (784,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,839 123,839 00000000000004f416f55e5285aa83d5d205489694cdafdf83a5828ad788733f 0.01 MB 35 2,943
123,838 123,838 000000000000441fe97b6c91adf32d7b1ccf2354ba59363d5c4d39eb0ce0601b 0.00 MB 6 584
123,837 123,837 0000000000002ae14b276186e70578e9a112dd144040d2b585f1f3d56a34f773 0.01 MB 33 73
123,836 123,836 0000000000004eb98bc04c5519dcee8817624288348939adcdc638745c9bba8b 0.01 MB 8 707
123,835 123,835 000000000000013d0ed96fc619b503ef375a7413ffa16157867948b4e78e78b1 0.00 MB 9 965
123,834 123,834 00000000000017ec2432af5885d4f386ab80405fc41dba1b657ad4c012d0527e 0.00 MB 9 0
123,833 123,833 00000000000051f68190e074c936bf89437a5ed30623844d7a0101875903b4e2 0.00 MB 13 938
123,832 123,832 00000000000007ae6cab7711871170e8320cf6bc183181c84e118940e32c953b 0.01 MB 30 334
123,831 123,831 00000000000018c7d375d7f0e931dd3553e696acf5c78f433ed0198d741fc20f 0.00 MB 1 0
123,830 123,830 000000000000011e305d8508fda737786f2a0a6588ce2f1d80f153158a0e591f 0.00 MB 5 0
123,829 123,829 00000000000040d068e7eb48f68c8755a35eaff1fbe1dedbed075915074f29b4 0.00 MB 1 0
123,828 123,828 00000000000053dc3e3b6a1b84a46ae9f38851546398c58eb1e791be7e99070e 0.01 MB 14 107
123,827 123,827 000000000000114cf404de5f51ada3c8968d031012eb6bda0fb81c9595eae8f9 0.01 MB 9 396
123,826 123,826 0000000000003e63eb743f4eac3fe3c1bd2731e637fac7f50873394552b22ac5 0.00 MB 5 0
123,825 123,825 0000000000003442ef79ea9c9991b1160defc9ea6fea087499430e1ea189c274 0.00 MB 12 280
123,824 123,824 000000000000239b0e0010c6c995523ec4e5445736c6e2689e80f0a8d9725edc 0.00 MB 11 385
123,823 123,823 00000000000022fb19e5418ea3472a7e47b660c56d854c6901287c3a8754bf5b 0.00 MB 1 0
123,822 123,822 000000000000281d0d1318901063eed3c9ea8cb1b7ba5f87214b4b273848f886 0.00 MB 9 324
123,821 123,821 000000000000179f9041b094c793547ae0738137f87de55d6e14f4ae7cffae39 0.00 MB 1 0
123,820 123,820 0000000000003805a3ad0014559b345580ecc4cc80b9a620c61ea9181622ca1c 0.02 MB 64 1,843
123,819 123,819 0000000000000bbe622fb8e54fd2532ef8706d3e4d72db9c0099885be21d5b59 0.00 MB 10 2,707
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.