Memory Pool Memory Pool Refreshing

3,254 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (737,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,324 170,324 00000000000009616fcd35bd758d6e4c1610278b5f4026ec182dbd83cf2f3783 0.01 MB 45 146
170,323 170,323 00000000000006361fa5750bb63337d7c67587300bd70e781b2a295bd448533d 0.01 MB 16 34
170,322 170,322 00000000000008cf6c41a05642d8feb24017dd51014b08bc47199cbf2271a2dd 0.01 MB 22 45
170,321 170,321 000000000000064c99889d2d53da3ad70f4f40630d91cc136ffc01e330740689 0.00 MB 4 44
170,320 170,320 0000000000000afaeba28afb1f998c47a753fc611d1a09a7254503d876b1b0eb 0.01 MB 14 63
170,319 170,319 000000000000046b5249c5712c87658da5116af038ba9b1ef84418e1db4cdea6 0.02 MB 44 84
170,318 170,318 000000000000074e1834d5f1a990762e30272fc4d78646b49e5a38c3e5e76158 0.01 MB 32 51
170,317 170,317 00000000000008d5743536d6633494e6c0d00277962c85ed4c3ab2e1c64e5d20 0.02 MB 43 509
170,316 170,316 000000000000076ab982d3e7ce24f37512a020fc4b436a1066d317388c591f3f 0.00 MB 1 0
170,315 170,315 000000000000082d5a4b2e7b24206ba74ee5295c7f9b66e568e8e54e8a5a0f66 0.00 MB 7 342
170,314 170,314 00000000000008d2402769eaac8bab2279d1e6d14f5532e150523deda22a57a4 0.03 MB 96 3
170,313 170,313 00000000000005f51c94d5d3e0b35ea02decfb7e3524152179f0f8f076b82d01 0.00 MB 11 32
170,312 170,312 00000000000001d3ddf2aedd5077ed6ac29404eb013ed4e2f42dbd5a0ff65823 0.00 MB 12 0
170,311 170,311 0000000000000a097a49a97ba3dd6380f926842991b5655929a1b943b1b1f13a 0.01 MB 21 81
170,310 170,310 0000000000000a88edfb349018bfb4d8d2bbcee6e52de98197da1d89e1cfcc3a 0.01 MB 34 1,056
170,309 170,309 000000000000038fb78afd281e9484fc4f8974baac0d2cb11d91b75255a3c282 0.02 MB 43 451
170,308 170,308 0000000000000ac7b64350cd88346de0a4b74f6781dcdbebf2946a14a7d9d177 0.02 MB 53 138
170,307 170,307 0000000000000024470519d66f3e4f4bcaf1d93bc365646eca7550fbd17373c2 0.00 MB 9 35
170,306 170,306 0000000000000362d86df5342f6c50e0aa4cea617cd26cb291cbccaec93a33fc 0.01 MB 18 64
170,305 170,305 00000000000001a2d196021ca1b6198abb9f10c44b8e4ef8c98372cc9e3883cf 0.05 MB 106 523
170,304 170,304 00000000000009d464e16e5cca96df6b55896079e59f570f04675ea37ae70eea 0.01 MB 14 548
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.