Memory Pool Memory Pool Refreshing

10,525 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,261 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,260 (77,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,157 830,157 00000000000000000001b2b8c5dd99fc4c294a26aa18b39c913b26743a220b4c 1.79 MB 4,624 133
830,156 830,156 00000000000000000001e4a93855fb782bc82729c7da928eb80f0b8635cdabea 1.67 MB 4,231 186
830,155 830,155 0000000000000000000135139fb9bddc37400b0e2d5194c7ce5f37b8c2b8214a 1.57 MB 3,756 37
830,154 830,154 00000000000000000001f42824dbe7dbd6dd21343d90063065f4a1616436b6de 1.41 MB 2,868 23
830,153 830,153 00000000000000000002ffd6d5f2d13493e972d9288e10c92ac7f4ef9200dac2 1.51 MB 3,164 20
830,152 830,152 00000000000000000000a8a01fed89cb0f6de6b6288e94e573b2b050ba00c610 1.34 MB 1,280 12
830,151 830,151 0000000000000000000129823d467a90c4d8991fbbcbf34882c873d0825c88c3 1.24 MB 1,551 13
830,150 830,150 00000000000000000001066efa4138ce5c0ac5dcd219437e90e236b089345b1c 1.33 MB 801 10
830,149 830,149 0000000000000000000072b8ff7ef6226ab04b1e04fa3b17226ade0003df4591 1.42 MB 2,690 20
830,148 830,148 00000000000000000000d5bd92822f614f9fdab349d17918095f5499e2a211ff 1.84 MB 1,608 12
830,147 830,147 00000000000000000001e1f043c9fdb927e4392825ebba1bda1188a727a15384 1.61 MB 3,558 29
830,146 830,146 00000000000000000001760b2e9b05c08275c664d78c1ae59093faa64b57b3b2 1.40 MB 2,138 16
830,145 830,145 000000000000000000004c863a87303969eb6882fe1c77ce10f440220ec8b9a0 1.58 MB 2,658 18
830,144 830,144 0000000000000000000121bf5bcecb0ec560188d4bd60b0818d90a1b6c39bc89 1.55 MB 1,547 14
830,143 830,143 000000000000000000007b793259aebd284428e1ef3e726ba610401654825b4f 1.62 MB 3,395 23
830,142 830,142 00000000000000000000dab1cb53c06bb74b72e1a0ca031fa98b3d3d60e0db22 1.62 MB 2,080 14
830,141 830,141 00000000000000000002c009172b7568a8ef5b234db824bf69c78de01f5ec1e1 1.62 MB 2,972 23
830,140 830,140 0000000000000000000249a127183584511af6187362ca5021f3fc062ff9a924 1.71 MB 2,828 16
830,139 830,139 00000000000000000001900050866fcfcffb656aea84fac359e83fca3a503e2c 1.56 MB 2,765 20
830,138 830,138 00000000000000000000b0907a5de1e9f455ddc8bbadc4afd21d05deff883f29 1.20 MB 859 12
830,137 830,137 000000000000000000035cda3110d17a89ea96a180cb10be6008fc303f24a66d 1.42 MB 1,371 14
Previous 10 blocks ↓
Total Size: 768.15 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,536.85 GB sent, 88.17 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.