Memory Pool Memory Pool Refreshing

5,728 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,832 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (81,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,979 825,979 000000000000000000028ef7062d57b33aa55988f32139c735ceed6a2ae10ff5 1.76 MB 4,745 95
825,978 825,978 00000000000000000001fda0ea8a7e8e09191a803d254fe876b11b95dc3dd71b 1.62 MB 3,697 90
825,977 825,977 00000000000000000000b91d6538ce2ed417c08299e7820e15d7deae80ec72b9 1.69 MB 4,096 117
825,976 825,976 00000000000000000000e5592b2a3145fe20ee51775199643bd5a3729742046b 1.74 MB 4,446 94
825,975 825,975 0000000000000000000052b0361251346ec8187eabffc3df0da62453b6cdf82a 1.71 MB 4,012 119
825,974 825,974 0000000000000000000308b0c242f8be62e43e118ee878d6c4789386a1298f09 1.60 MB 3,697 97
825,973 825,973 0000000000000000000102b7f1e1c3c2d350c51869f64b011cebb665ff0ee987 2.01 MB 6,079 95
825,972 825,972 0000000000000000000213953be4a7c67343f0c76cfc79be9fec37d7821ac1be 1.73 MB 4,892 117
825,971 825,971 00000000000000000003c5a2383813931c50ec5105c2efa6ad8aea9559239676 1.68 MB 3,738 97
825,970 825,970 0000000000000000000062b22ffaa7fb61f679d564e510ad0135c97bac2c2829 1.75 MB 4,651 119
825,969 825,969 0000000000000000000290d8d6cfeb271b9a9e8d9f0a3b8daf4fbb88b9470364 1.40 MB 2,630 106
825,968 825,968 00000000000000000001061d11f703c6225b071d3cbee3224ab556e713d6f233 1.88 MB 5,373 107
825,967 825,967 000000000000000000015d3897cd3b01d2b9448cea4b9537c33f97c5c9007ddb 1.61 MB 3,874 103
825,966 825,966 00000000000000000003cab7423e14e49aca6f1aa872b35fcfe920ae9b69c5b6 1.77 MB 4,795 83
825,965 825,965 00000000000000000002940a64a398ef5dde6565313d75a69a19b0df9ab50c1d 1.84 MB 4,968 111
825,964 825,964 0000000000000000000270aff82a6feed25837b296ee4a7ee68413ee7e779dac 1.70 MB 3,797 91
825,963 825,963 00000000000000000001ee97cf2753e02e99d0e04c11477d120e2ce535ba0763 1.59 MB 3,489 140
825,962 825,962 00000000000000000002aeacb5ea8f5481013d4d28db2d34950e62e471853931 1.94 MB 4,423 75
825,961 825,961 0000000000000000000074f5423064cf01dccebd8ba501222e829fbbf68c79a1 1.63 MB 3,613 111
825,960 825,960 0000000000000000000074a3981e3149d13ee02b57ae04bf800bd9935bd26efc 1.99 MB 5,904 63
825,959 825,959 00000000000000000003622b2797b30735d6b9040c2661eb2b72c5ed82cdd5ab 1.80 MB 4,689 79
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.