Memory Pool Memory Pool Refreshing

4,021 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (719,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,826 187,826 00000000000005e4b4417bfb0654c4b193a9da4aa2c7a5fc45b8de7e74da108d 0.03 MB 102 5
187,825 187,825 0000000000000300d9fd40ce1e7845b4458d7c455f4330cd90274e5fc71e392b 0.21 MB 512 148
187,824 187,824 00000000000004449ded91f37c7d702b11e92852c3403694592cb5db710a0f95 0.16 MB 342 277
187,823 187,823 00000000000001e7651461e632637df9b2aead6ff901d927715425aa5648968d 0.01 MB 32 5
187,822 187,822 000000000000033fdd7118095d74037bfa4b0bb7502f7698744afa97b77dcd18 0.05 MB 118 86
187,821 187,821 000000000000038b70d9358ba9c4d32b4177437101371879ce6bef37bd2433fe 0.06 MB 97 164
187,820 187,820 0000000000000605431d767e1548bd522e434690654baf7429279c8fede0b514 0.05 MB 132 158
187,819 187,819 0000000000000528dd093748bbba079b544227606d679d1228a88f5575cb2ea3 0.09 MB 171 127
187,818 187,818 00000000000002ec7701dfe9d3075e96d0b692a622dfeacee9e2bb718f767b7a 0.05 MB 131 189
187,817 187,817 00000000000007802dd56aa9da5178342fa4749a8fc4743c9484493472ee6690 0.03 MB 94 84
187,816 187,816 000000000000006c697fbb32f20df11920de94b7e0eea73da99f43d2acd8a701 0.14 MB 243 109
187,815 187,815 000000000000078792eb588f7bfac5266f8fb2c4038233f1594a42d5596aec20 0.05 MB 130 24
187,814 187,814 00000000000006250aa813900eeabba4165684efee21920067ba8c6c62dcc5ff 0.00 MB 9 0
187,813 187,813 0000000000000959fafe2faba9fdb2f3f4fc7a69ef5d4ee3f849a98235fa2376 0.04 MB 32 6
187,812 187,812 0000000000000174499f6ca03b40497086deb932ffbd422774b886cce5d6de20 0.06 MB 175 5
187,811 187,811 00000000000004710e2218d335d4f13d9676e98bbf48af7438311605bcc6558b 0.16 MB 268 144
187,810 187,810 00000000000001a45a9f68b9ec3d2dcdb7cea270cf0c1211fb61efca62a0e6d0 0.00 MB 7 3,415
187,809 187,809 00000000000008124b12789c0d31d45cb3fe800efec48208570ba6294e0c1c65 0.08 MB 155 94
187,808 187,808 00000000000007288e9c23937cd2978c67084bbd80a7d166631823749089ef07 0.15 MB 245 96
187,807 187,807 00000000000003153bc56b9daaed681e699f394ad7ca62a9ab3f31932cf6e68e 0.04 MB 150 42
187,806 187,806 000000000000004e48da2932f36d023378cca1a51e63ad0c046665f07c4f660a 0.10 MB 207 109
Previous 10 blocks ↓
Total Size: 769.00 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,616.86 GB sent, 92.83 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.