Memory Pool Memory Pool Refreshing

41,524 transactions
30.69 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
11 sats/vbyte 2
11 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,045 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,134 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,044 (697,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,212 178,212 000000000000061e500b3eb5a3a995cf8491813d4a0b7be10d17fd950c67ca3d 0.01 MB 15 56
178,211 178,211 000000000000053ac8708c78212e74bf3f1bac5ee9c25b3bd5d51830b97407e7 0.06 MB 145 139
178,210 178,210 000000000000044eb8886a8c560be9dc547f491c0bec9a9eb480f38839332a40 0.04 MB 69 95
178,209 178,209 000000000000030c8bc5842fbf46f7208633a1da6425b49a1c17e401434d0e5c 0.02 MB 39 121
178,208 178,208 00000000000008c01264ce897a15aea0ae028c015181658bdc68e6cd0de895de 0.00 MB 1 0
178,207 178,207 00000000000006cbf66aff8341baaa7987325187eda701ba44965edd6d9ddb31 0.00 MB 11 291
178,206 178,206 000000000000005476e0cbe7868d4bbf2166c8739f45ac2897a7cf7c758c9c32 0.05 MB 128 109
178,205 178,205 00000000000000904ca09627d245fc4050617b80930e74186d10fa4225026b0a 0.06 MB 119 93
178,204 178,204 00000000000009aedf9daf7cc17d413e232d3cf4530b80e4c7653b1a8c3cfa76 0.02 MB 57 52
178,203 178,203 000000000000047951e87bc772354311a8865f7173a5b1338506cbeb7b383b53 0.04 MB 75 129
178,202 178,202 00000000000005891b9573aae1d54ddf238ed037b9c3b890eb01babc99d4a92e 0.02 MB 70 349
178,201 178,201 00000000000008abb165a9a52df957904772983a35b86080160472931b868de6 0.06 MB 148 907
178,200 178,200 0000000000000390610f6f5ef5a52a6a8f6b3b18ca5d0383472f4d314f5aa8af 0.02 MB 62 216
178,199 178,199 000000000000000a235efeb42ed9a3ef279e744f1cabed0525239651974b31b6 0.01 MB 22 1,395
178,198 178,198 00000000000003483c62ddb4ad69d076ef720068bc9b0142befb787a799538e8 0.04 MB 88 215
178,197 178,197 0000000000000507de199009b9dd7091b6a470d4378738e63614681eedfc6cfd 0.01 MB 38 1,416
178,196 178,196 00000000000008ac3af6b945c087a4d7bcc097143727cbee48d70c994998deaa 0.04 MB 125 134
178,195 178,195 00000000000003bc045c2ae06c9e33a36082d6c24f1e78f333662a70630b3feb 0.03 MB 58 41
178,194 178,194 000000000000051b312653b4d9df361a01cbb38a47ca3344a82653d1cd58461a 0.00 MB 11 200
178,193 178,193 00000000000009bb229a60a80fe3b6cd26df041e7e1973505f17f7666f724777 0.02 MB 58 84
178,192 178,192 0000000000000a4bacb307358fd7c9dcf17619a15a67e92eba1bcf4b99be29e1 0.01 MB 47 120
Previous 10 blocks ↓
Total Size: 710.57 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: 675.02 GB sent, 15.69 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.