Memory Pool Memory Pool Refreshing

6,603 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,729 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (116,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,991 790,991 00000000000000000001346e137ab4bcc7e8250b21dbdc0cf8d0fad2253e975f 1.61 MB 2,973 36
790,990 790,990 000000000000000000038569fd056194d1bdddc6edba9b80b8cc2ced236fcbf6 1.89 MB 5,033 27
790,989 790,989 000000000000000000030795a0370b94a06748edce2ca8755e70e1de0cf662fa 1.74 MB 2,858 44
790,988 790,988 0000000000000000000409714413466b33d290bf624cfb5ba73c734fe6f46fd2 2.30 MB 5,324 22
790,987 790,987 00000000000000000003eb628e03f71a1511b8d3dfe956caecdb10b0509db0ec 1.78 MB 3,579 41
790,986 790,986 00000000000000000002bfb44db95d1e2c7850102f2fb4d8f6be5f55c75c204e 1.56 MB 2,452 43
790,985 790,985 00000000000000000002cd6a109dc962e5b744e6051c72a35378f9a043e9e62e 1.64 MB 1,981 62
790,984 790,984 000000000000000000040a5ab75654272440629e2d5f62e7b6a918c7c24d959c 2.31 MB 1,750 31
790,983 790,983 000000000000000000024ee62c8ea7d8d00c438ff7f1d7e531a7945bd17767b2 2.39 MB 2,426 28
790,982 790,982 0000000000000000000422c4a7a553ce25cd9fe88b687f294aca78510a96c426 1.71 MB 3,071 49
790,981 790,981 0000000000000000000198f7c4088fb9c4981228f71fba3dda71ed655326d335 2.14 MB 6,195 21
790,980 790,980 0000000000000000000082296acd6b92a507190cb555e53deabb664c11517f3c 1.51 MB 3,381 46
790,979 790,979 000000000000000000009a7b651858211c92026962287b2da67e267bc71c3952 1.85 MB 4,300 28
790,978 790,978 000000000000000000022c8317376714b73bb08fb333159863763cd24a354129 1.93 MB 4,793 21
790,977 790,977 00000000000000000003e17671c65a07734e0d9e77916f864e74b680cc563442 1.86 MB 4,816 31
790,976 790,976 00000000000000000005343097c3871ad067b55665aeb7ed030f102fc9625c10 1.89 MB 2,315 30
790,975 790,975 0000000000000000000472d49da628b8189fc9da16c393a063f883277d52e9b1 1.46 MB 3,142 55
790,974 790,974 00000000000000000002a3e574eecdec003ed1a96cfc53f9e43187900132b995 1.94 MB 5,269 21
790,973 790,973 0000000000000000000412467f7d2d219a75adab6e9523821c6f8e78d7f8cc52 1.58 MB 2,115 45
790,972 790,972 00000000000000000004ac7f72c826aeab772529302ab021177ffcdfff106d0e 1.79 MB 4,008 32
790,971 790,971 00000000000000000005343457f8ee46c9d09184d1c7f2eb6a68971e86f93352 1.68 MB 2,679 40
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.59 GB sent, 94.35 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.