Memory Pool Memory Pool Refreshing

10,296 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (746,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,404 161,404 00000000000004a907b3f325de16649d461007faed16b96aeea11ce056067a8b 0.03 MB 42 14
161,403 161,403 0000000000000103e5029f8761ad04ec01fb2bc861a6decbad328311f67a577c 0.07 MB 137 159
161,402 161,402 00000000000000ddf5daa54296e7c874db6aef6352b32bb5667e817f826c98d1 0.03 MB 109 121
161,401 161,401 000000000000079ee82fac4a50ed9af17b56e8e8757cb01ac827cc225cc00f22 0.03 MB 68 59
161,400 161,400 0000000000000943791b8f44587f3d46d20bb8f1a63ffb22bbd9bb1d24bcfdcb 0.03 MB 32 37
161,399 161,399 0000000000000ad8194f0aa1db0e5a696988a54e98edef0bd40fbbbfeac94aab 0.06 MB 63 286
161,398 161,398 0000000000000616e5251451e0793f2de778aa842b823a095a7f76a15c6ccf2a 0.02 MB 46 7
161,397 161,397 00000000000001b4764f332d070da542beb3b324dcb78c3677ae5d570d820f0e 0.05 MB 13 66
161,396 161,396 00000000000000bbb1ee5a7a780ad18e9803f7f54e035e4440e07ce37c09013d 0.00 MB 14 20
161,395 161,395 0000000000000933270465490af2a23abd9807251068920c51ccebecd126377f 0.02 MB 44 158
161,394 161,394 00000000000001341e5050151c39b536e5d43904cd944ed61d709cc29595bf96 0.00 MB 8 86
161,393 161,393 00000000000006a5896c58116b9a8ea27ec1829d909a704a51164b01fb3edc88 0.00 MB 5 21
161,392 161,392 0000000000000c7db36ed9bcbadfd5093e647999b7280fc4c09646da60b05549 0.00 MB 5 103
161,391 161,391 0000000000000c89a6e0ed556223ab08ff0d4a48e65b89e048692fc650686f12 0.00 MB 14 565
161,390 161,390 00000000000005e3a64c37ffc2059c946dfa3c6902c86c38e3734578015ef833 0.00 MB 9 386
161,389 161,389 000000000000002fb2a20848bf7e8f1dd3a3e2d16d477fcc1f9ac94f47aed1ea 0.02 MB 21 100
161,388 161,388 00000000000000fbc06fd8dcc580dc7e9dee2300d1b356c0d740e5297d35bf1b 0.01 MB 47 4
161,387 161,387 0000000000000ac201b6af5370399db04a7ae775b04c791ca3b883e05b4547f5 0.02 MB 36 189
161,386 161,386 0000000000000c58aeb21a01d01d6053a75019e70882d0b087eea2f442017ad2 0.00 MB 12 33
161,385 161,385 00000000000007142622f02fdc36e8f2129c50ecb12b1bd1205a77c8a5c0ed85 0.04 MB 105 252
161,384 161,384 00000000000008b74ffa8f47546d939ae51c992139a630a79282e1267bd53324 0.01 MB 39 83
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.