Memory Pool Memory Pool Refreshing

4,273 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (762,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,941 144,941 00000000000009128d17f5d0e10ba44da6af4209be31c4efd86c07fb69a5de26 0.00 MB 16 206
144,940 144,940 00000000000003c6bedb8b3ad09d3e97960a54d6014cd4de3eec9dc730f93548 0.01 MB 22 73
144,939 144,939 0000000000000056a743e4eee3fa42e60612b055d445e0a96208ef2d79568fc9 0.06 MB 75 52
144,938 144,938 00000000000004846044d55a89924bb8e0118c10ccfd0adc2d00f15d680a3e5a 0.00 MB 11 789
144,937 144,937 00000000000008464a1d819805918c3aeea026139c9d59b8d483da211eab7c4d 0.04 MB 75 476
144,936 144,936 0000000000000475da936e766d0e3ebf8eb41f0f21f6bcdc7f8a03d80bd495a5 0.06 MB 147 175
144,935 144,935 00000000000006954d4db832328e6d481fd69b5062e8a0376d6d1cec0538fd0f 0.01 MB 15 91
144,934 144,934 000000000000005b8de383939a6eb8360b7b31c9fe8150df7857901e50c1f14d 0.04 MB 91 125
144,933 144,933 0000000000000788d5b1f9af7d17b9ba1e9f4ba5ac98befe092d46c7e4e86336 0.02 MB 65 12
144,932 144,932 000000000000029e60124b4ad948ff7d5a714fb8400c300d626838c0b9c6e391 0.04 MB 84 241
144,931 144,931 00000000000004a2205cac6bd62c6b6c761600e51be02eb26ba611ada360442f 0.04 MB 87 137
144,930 144,930 00000000000002472c296bb7e42bc05f1561d1f55266e122bc2b13ecbf8654fc 0.04 MB 100 348
144,929 144,929 000000000000040efeb76a901b26c08ea9cf0aae30af69dbe2b71e371522384c 0.05 MB 96 271
144,928 144,928 0000000000000219d00520a25e12307ae572f7df9ddf86f7f1db82a6a5460ccc 0.04 MB 154 8
144,927 144,927 0000000000000363ee23a0e6575f7b598fb9ac499f5d2fd1d756021049380a2f 0.01 MB 11 226
144,926 144,926 00000000000003f83acf769d3b4507b2ae3e851948e6ebf48648f5cc0b7ea3c9 0.01 MB 23 42
144,925 144,925 000000000000028f575e0137f816119a24d1f660b08e60acf5eaaa61455f0f94 0.02 MB 60 114
144,924 144,924 00000000000001c1a3a0a644b17ed0558664bc730e68d29c7954f56cde2dfe06 0.03 MB 40 434
144,923 144,923 0000000000000005d10d088d32b81cab581874cf1f659b97a5874988180e2d35 0.06 MB 104 285
144,922 144,922 000000000000041707386d680addd256f22fc80cdf6a1ff1344cfe829b52507c 0.03 MB 56 47
144,921 144,921 00000000000005726e69c6f670b276ac748570ebd782e8f7ee9130eec3c2fb90 0.03 MB 46 263
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.