Memory Pool Memory Pool Refreshing

9,123 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,793 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (71,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,144 836,144 00000000000000000002d3ccdf7882bdb106f6e4cfc8c6b5039d65765c4e3e6a 1.66 MB 2,493 13
836,143 836,143 00000000000000000002185b2eba61b8a2078e68a120c83eebfb2f23f509816d 1.73 MB 2,923 14
836,142 836,142 000000000000000000002e0b35a7abe0a1c6d71c3b24cd3c6d41ca74e45f7814 1.73 MB 3,032 25
836,141 836,141 00000000000000000003420b13322faaec40045ca1710a01420ec7beb24abd40 1.94 MB 800 8
836,140 836,140 000000000000000000003d812ed057c179020d701f2520106d7f10a44aa61a32 1.92 MB 884 8
836,139 836,139 0000000000000000000153611936bb991e42b43877ab1868921720e4ea73b97b 1.91 MB 759 8
836,138 836,138 000000000000000000033783c09ea0c7c98179dec30980587137792e223998a2 1.75 MB 1,787 9
836,137 836,137 00000000000000000000cd5ffde80a1c1f5b689a2bb4985667e4a429d2c14594 1.82 MB 2,628 13
836,136 836,136 00000000000000000000b181bd5d03a1961ecc1ff2beee16884ac4f8269400e9 1.68 MB 2,249 11
836,135 836,135 00000000000000000001a3648d81c0ed7359702b8465ecc3f5e5bcee1a1c7f8f 1.77 MB 2,587 11
836,134 836,134 0000000000000000000258638420cca78594cc69cd29dc8ea4b4b453b752ba0e 1.77 MB 2,151 8
836,133 836,133 0000000000000000000294b9370aeb61d8626eb74673d24284abd1c33c9abc0e 1.59 MB 1,998 11
836,132 836,132 00000000000000000002f948ee5c79594d0670ac76b1a07bf166e82f34f7ca44 1.73 MB 2,951 14
836,131 836,131 000000000000000000029645a0b90e4f3683fd4177989ba224c445cafb7c6b7c 1.60 MB 2,968 14
836,130 836,130 00000000000000000002cc84e76c370640c618bb0ef8dd90519e4f6396805e78 1.62 MB 2,793 26
836,129 836,129 00000000000000000002a51dcaee638a8dfbc17fcf8bfc8b56f3505e897bda8a 1.81 MB 3,619 10
836,128 836,128 00000000000000000001b3d6b0ddb21e87612ae578a70bc4b05f8948281ef461 2.47 MB 3,760 8
836,127 836,127 000000000000000000032d004529ccf185b2364a6b815b45a0ed10cd6eb2952b 2.29 MB 3,902 10
836,126 836,126 0000000000000000000034d8830641a8e72aff068a59fa615ad881269a8aff1a 1.91 MB 966 7
836,125 836,125 000000000000000000025e7e4c49110093ed1b331b8392f0e37606f34dec2ed0 1.89 MB 2,369 13
836,124 836,124 0000000000000000000318205d2da11ac484d40469d550b74a3bb889e506cdb3 1.70 MB 2,680 13
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.