Memory Pool Memory Pool Refreshing

6,238 transactions
15.44 vMB
Show Random Selection Loading Transactions
Max Size: 65/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,987 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (824,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,327 83,327 00000000001b7376ed513984efbfe76c4174798751560b2b4e7aae70bf448c3d 0.00 MB 1 0
83,326 83,326 0000000000190e13af3568fd4f4ae80a1990d521ad8a965c9e60d1c880de2b73 0.00 MB 2 0
83,325 83,325 000000000002f25f257e1750aecb3808405f61da2ed4f54d5bfeb00c6d020075 0.00 MB 2 0
83,324 83,324 00000000002b631a1d41a360d759ed9cd12ef1bb4ddaa213663e9c687f8e6c18 0.00 MB 2 0
83,323 83,323 00000000000aa1fcf85bdc7e0c7f72b8ade43bff53267c78693c56e5274aa57c 0.00 MB 1 0
83,322 83,322 000000000001d71b81927c682d5855c28913f8dd8f942735b3d40db539de5578 0.00 MB 6 0
83,321 83,321 0000000000040725f1accc1f32cea24ca83a88c0baee4cf50671a5508cc59568 0.00 MB 2 0
83,320 83,320 00000000000f3ac7294a6d4f1cfa4c01fc8eb5b549618467e8534941cc1ec23b 0.00 MB 4 0
83,319 83,319 000000000017241d53b9848fc40b2707690a7dec97a9d463158bbffda7bcfccd 0.00 MB 12 0
83,318 83,318 00000000002443689e2eaf7562aff76567c73b637efd631d970a65215c1a4bee 0.00 MB 7 0
83,317 83,317 000000000006e2141cfffce2d69ace6d4174294eab236a4665832f4d896c073d 0.00 MB 3 0
83,316 83,316 00000000000ae43c189cb111636e953cfed2f536d397c1524b2324d8c0d5dad8 0.00 MB 3 159
83,315 83,315 00000000000cf260409fdb2f18d8df9418012beb49a9bd19848b9d29991eabce 0.00 MB 6 0
83,314 83,314 0000000000282c145faa0c657a5259b41414b8daebcd2f69c45c94e676531b65 0.00 MB 8 0
83,313 83,313 00000000002aa08168cd1fd1a81e55dc87de7ace9dbfb41531c88a78dc2cf358 0.00 MB 8 0
83,312 83,312 000000000014e2fded91b6bc2ef4b02d9db4a544a6537288dff9414c863fa0ae 0.00 MB 9 0
83,311 83,311 000000000017b2c87baad49e48b0de35e63c015ea4c8e5b06c64dee970cda085 0.00 MB 1 0
83,310 83,310 00000000001ea522ee6489bbe81057f9dd778c6e91867f9c95b20b2c8a0fb50e 0.00 MB 1 0
83,309 83,309 000000000006fef586e2b68b2501070171f5d01a2b7652721f5a5d8abeae43c6 0.00 MB 17 0
83,308 83,308 0000000000061214f262be75393c3c40fe7c3511a7eddcb65e8332345994a342 0.00 MB 3 0
83,307 83,307 00000000000f62d2bd81db42bc44928b55f1d495fde5453f33a597e55e905a4c 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.