Memory Pool Memory Pool Refreshing

1,135 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 0.66 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (765,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,129 142,129 00000000000002696619f8aa133c1aa2b6cfe52560b6b1c871beaf8b326761d4 0.02 MB 51 146
142,128 142,128 000000000000036b78215f484d5f62caa2af223a830478b88187016322d4fa04 0.02 MB 36 141
142,127 142,127 0000000000000424f23d81f02a67297890290355dd627ee0f02bfe4a745a7610 0.06 MB 169 88
142,126 142,126 00000000000007e1eece719d55e195aedcf28f5f0b999b1eeedc11db312f54a1 0.01 MB 13 298
142,125 142,125 0000000000000335d6be24152982cd4cbf9ff1a819e5c8fa140e9867b0c0ef7e 0.05 MB 117 161
142,124 142,124 0000000000000444aaf52061a9c4f9174eb274ef7193f802524ee33c54c27934 0.03 MB 44 257
142,123 142,123 0000000000000256d821b62865819411776d9fc12b1d75b4960fa8b213914daa 0.01 MB 21 357
142,122 142,122 000000000000052d16467e26ce7b2d359a153af4d4da42af5f51d7f4e99351a3 0.01 MB 43 271
142,121 142,121 0000000000000587fa40befb0c0ce8a35e818373725671ed274fa66cecd9a98d 0.01 MB 18 91
142,120 142,120 00000000000007fb7d09e069579535c2f7c8ef2e71e8a88b7ca2f8703a7193dd 0.02 MB 39 225
142,119 142,119 00000000000007bc34eb35134914a129122b2780acd1e08927a5d2cb92e4a967 0.02 MB 35 265
142,118 142,118 0000000000000063522190c754bc27b59921574fac88397e7f23fdce8a45e6e3 0.01 MB 15 104
142,117 142,117 00000000000003ebbf14c9e49956cd6a4b51c1d1088496c6b78fe84983dd2509 0.04 MB 106 256
142,116 142,116 00000000000005cba4de2ebcf19780538bc0c0be898f820c44bec06fb0eec6ad 0.01 MB 29 128
142,115 142,115 000000000000010c39f950312cc3936888734362758c5b2c32e85ab66da7d980 0.05 MB 35 585
142,114 142,114 00000000000002c0445d3388a9c5d25f472d44061c205839daf8614c141a072a 0.01 MB 44 106
142,113 142,113 00000000000002f85ca1824ce58bac2aa2d45811b01fb80cc7612e8097268760 0.01 MB 23 324
142,112 142,112 00000000000009213bbab75588e83c7c0c3cc9c0f747e4f1d5d8f50e172faf7c 0.02 MB 35 166
142,111 142,111 00000000000005f70704646f0aa08445d87c30a6602024172cd0a7f36c3ae53d 0.00 MB 4 68
142,110 142,110 000000000000059229ab8a44ddabd89bec3d9772fa4e69b1e6d7c230e4ba4fbc 0.05 MB 134 73
142,109 142,109 0000000000000138070109ccd23183ef5c63e204be62ef52eaae9e5c92ed3099 0.04 MB 97 305
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.58 GB sent, 94.41 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.