Memory Pool Memory Pool Refreshing

5,696 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (750,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,143 157,143 000000000000036fcb86d52be69557e1008341dc06b58343ec63ff1f4639800f 0.01 MB 18 496
157,142 157,142 00000000000004d143ab6ee5a930b87779127d8214c64f945cdd5c48127f0ce7 0.04 MB 145 80
157,141 157,141 0000000000000a93deb085234d83536b1b5595134c969af052465a723c9d43b4 0.01 MB 36 63
157,140 157,140 00000000000007bb446146fa4d42e373fd19b8754491a8fa2d512cc7e9791ad1 0.01 MB 19 120
157,139 157,139 00000000000002fe0063502ec2d9b284b76ae5ca0153faf9ac9a80648e74a8d3 0.01 MB 7 9
157,138 157,138 0000000000000029fe800e5283b33fc67410c4ee840c9916bac8a699219ae589 0.02 MB 6 467,224
157,137 157,137 0000000000000978d5176af58cadd95e98a409fb43765d7d60c732055fba00d2 0.02 MB 44 46
157,136 157,136 0000000000000c23559b31b48ac8a1d36cd1f269fce25c21a9c84557a17c4399 0.03 MB 84 1
157,135 157,135 0000000000000a59566a64526ab79ef5d1ed0110c82d1177d2a758db60a3997d 0.05 MB 132 136
157,134 157,134 000000000000091feb85fc15f0be2def6ede0c47d6abea54e04ea8f23b09c499 0.02 MB 95 40
157,133 157,133 000000000000086a0519d6c76a887593afa0b6d223ffd6246729386f72e42cd0 0.02 MB 43 39
157,132 157,132 00000000000007b81eef0959a69351fb1e2b87df599b52b476d7e2b890ea4fe3 0.00 MB 13 286
157,131 157,131 0000000000000af8b55d4f7e8e4999d14ea5f8fdf0c08414e68ec2325f3fcfce 0.03 MB 42 110
157,130 157,130 000000000000087fbde85d2c6257d6eda07e0b99e23b37febb9e5de4ef34423b 0.02 MB 64 61
157,129 157,129 00000000000008567355d62fd0e6f22c44fcf18fd65f2601c7d6750ecb6313be 0.05 MB 45 57
157,128 157,128 00000000000006236ff0c3d3fd81e9fdaee61701135c92f2936bd124ff4c53a8 0.01 MB 12 195
157,127 157,127 000000000000030cbb5ab7b51a171d412bbdb6eeb0bd8197eab70b666cc6bb06 0.05 MB 110 100
157,126 157,126 0000000000000f4f6859f477d5fd6cce6b9985ae630abd486a9f87de26953df6 0.10 MB 50 57
157,125 157,125 000000000000099a35c1c7a188c9cb389bda037f7711fce1b6bdecab29e3f278 0.02 MB 40 193
157,124 157,124 0000000000000add45262b55491bf231979ce389d841d8154a08de2ac3d071ae 0.02 MB 59 18
157,123 157,123 0000000000000cba9e94e500402a7040603f84548f81c73e04c0282f6dda7823 0.05 MB 69 540
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.