Memory Pool Memory Pool Refreshing

2,100 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (797,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,230 110,230 0000000000007b698ed9a1d2114eb656b2dbbde345930f282f1d97ffbb80ff42 0.00 MB 13 0
110,229 110,229 00000000000091c1daf82bd8d8e5a327b2cf5d33208fb2e44ecb8d1dde502efe 0.00 MB 7 0
110,228 110,228 000000000001bfce04a3dd73936d2a0a904d2660fd9cb18c84bdf6d59dedeb86 0.00 MB 12 0
110,227 110,227 000000000001bd842b3d576c6a77142143b151deafcb967d5d2fb6b166faf21c 0.00 MB 7 0
110,226 110,226 000000000000db6887851746b81de1bb929697dc5bde60235150c8dcfbc50b6f 0.00 MB 10 0
110,225 110,225 000000000000b9607d5707d83bc464f8f32bef066f0c32fbe19c882e2ec01b69 0.00 MB 13 0
110,224 110,224 0000000000018390658dd1b8a35fba1428500d07d9ecc449acbd58c75e4d6d7a 0.00 MB 11 0
110,223 110,223 0000000000006d54dedaaaebac5055a9779b7aeb05e7869929a46f3728042e4c 0.01 MB 10 0
110,222 110,222 0000000000005159beef001c9d9b3872c67786678f99c628df2ee0841e6862e5 0.00 MB 9 690
110,221 110,221 0000000000009eb030b558e14b5340c7e5c31e7637c82fe24e1b8859b686fb4f 0.00 MB 2 0
110,220 110,220 0000000000009420dcad335feb564917d8e7364066a2a64eeb583daefc28a112 0.02 MB 80 0
110,219 110,219 000000000001c2fd298a67bff2d434340ea505f45dd063fc18044ff784f5e202 0.00 MB 17 0
110,218 110,218 0000000000010268267b3d176aff77d6f9418575e934657db583af7e2c762f1f 0.00 MB 1 0
110,217 110,217 0000000000009954564c446083104a4a8a3ccbd7884f2d4527921a921e303285 0.00 MB 4 0
110,216 110,216 0000000000002c8018041607a0a8c0d43016e5d1734dfc41da566648f020db7f 0.00 MB 7 0
110,215 110,215 000000000001664a9938b48d991478d716bfd2495c53a8fed98d6bca275cd66f 0.00 MB 1 0
110,214 110,214 000000000001c19b1d9222591c46f4f2a034d923c9435c50ebc8069bc4d83ed6 0.00 MB 4 0
110,213 110,213 0000000000016f77fd9b50e01d953a5e1a6e13e14d40d3b6f284613d0308d902 0.02 MB 80 0
110,212 110,212 0000000000007ce7a4de94df44ccf934feef4ede0e380983bbf4fedce67bf9c5 0.00 MB 12 0
110,211 110,211 00000000000065830a7861568d2edf3951f9a5d052b34591f7adfe8f5b019f0d 0.00 MB 13 0
110,210 110,210 000000000000a21cd1c395134807571a18442a03d7ec65fac6b7484125db2132 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.16 GB sent, 93.41 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.