Memory Pool Memory Pool Refreshing

468 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (26,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,991 880,991 00000000000000000001651e40ff05e359a13e1740d9c21f400abdc5f1b287c9 1.91 MB 839 1
880,990 880,990 0000000000000000000149c2e1d5c64b693e13099c763fddcc66599fd539811f 1.60 MB 1,824 5
880,989 880,989 00000000000000000000c2e1807572e6a506c3cc276802d5f69832654ea065c5 1.84 MB 1,154 2
880,988 880,988 0000000000000000000249825d4087e37da92ba038c299d23513db6b8c4369cb 1.53 MB 2,065 3
880,987 880,987 000000000000000000012ecffad49095fb2dd34c6b2e6f24478fbb035e97cd4d 1.78 MB 1,314 2
880,986 880,986 00000000000000000001901090808a3b69b44d747eb81aac1d5ed00fa31ebd00 1.52 MB 2,779 4
880,985 880,985 000000000000000000003b7cd4680755059970a4b277082e17b422438bcf5c53 2.17 MB 639 1
880,984 880,984 00000000000000000002023025431929b5b6e2bd919f407feda8c50793d57cc4 1.98 MB 704 3
880,983 880,983 00000000000000000001b146887ccd85041928c52e3532ad257d765fd9c740f9 2.01 MB 594 1
880,982 880,982 00000000000000000000fd9279aee1c048a3906f80bb284870340ae98233be12 1.91 MB 762 1
880,981 880,981 000000000000000000013e92a214b77d25b4dc6538d3740b048cfcb36a5f1e5e 1.98 MB 907 2
880,980 880,980 00000000000000000002744f6fa9d28bd51702d9bb6bcee87476eadbc97e8583 1.82 MB 171 1
880,979 880,979 00000000000000000000b4383838a8fd8a3bbeca994795bbb0769328404eee2c 1.66 MB 2,986 4
880,978 880,978 000000000000000000008f8d0ec39fc94a5e9d0e06fd5ded44ddc68a89ea9a2d 1.47 MB 2,348 3
880,977 880,977 000000000000000000015a92d0844898d96251aadae6c57be6def544e7e01d41 1.79 MB 1,223 2
880,976 880,976 0000000000000000000010c9b5a074c4ee631931bae261f3352f782c47d643d8 1.86 MB 985 2
880,975 880,975 00000000000000000001b30caf984726e81982db165a4f9b01582250d5e3b6c2 1.94 MB 912 1
880,974 880,974 0000000000000000000048fb52c45fd053e22b5e0792d47c9fc7bd87bce5a58d 1.67 MB 1,240 2
880,973 880,973 000000000000000000010cde647bd60f3ac5caea6914744b6b2c1ab64def04ab 1.87 MB 492 1
880,972 880,972 00000000000000000001280c60af1b66fc9c44023bfee93cfe63a876191d3600 1.53 MB 2,169 3
880,971 880,971 000000000000000000002703b75e8933a21787ca58a99d274c5705ea7c9c3512 1.70 MB 652 1
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.