Memory Pool Memory Pool Refreshing

4,086 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (709,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,261 198,261 00000000000003fa137404f3cb44c22fae83c59404eedb69416b53208636ba01 0.02 MB 58 112
198,260 198,260 0000000000000153e9f55a0b8019db24f9b9112613ae6105f631ff36a8cd4f6d 0.08 MB 189 305
198,259 198,259 00000000000005ce8e1b4da074ecdd20cb75ccd3f343eff9a3edb1f0009d3c32 0.02 MB 48 388
198,258 198,258 000000000000007cd1f88fa78c8ad0979bead73fc95a250490c7f689ff1edd91 0.04 MB 80 154
198,257 198,257 00000000000002c010d8ff537b6742c7bb31f2666aabcbbf9892fd5222ba8142 0.01 MB 26 125
198,256 198,256 000000000000015bb62f0cb5c5f7d800bb4ca3ae9b33fee37fe6343f9ece1c31 0.11 MB 307 232
198,255 198,255 0000000000000091b75178aa4750cab57d4f195cf31a53d474d04697197a3870 0.09 MB 225 126
198,254 198,254 0000000000000622cf8629649a913952e027022e82538ba36028ca9e046cbf04 0.06 MB 189 154
198,253 198,253 00000000000000604f021d463924d731c1539ed9ba08b330e47d394f494aa4ea 0.03 MB 66 92
198,252 198,252 00000000000006169eaba5c7f40e9d18cd7c07e800e444a268284d29a2f548b9 0.00 MB 16 14
198,251 198,251 00000000000005c141464b7b33470c6597da08926e452b5b8bc5ab5502caef5f 0.16 MB 412 148
198,250 198,250 00000000000003d3f1c11d359301d321f72edb8b454be902729f2f08731c3171 0.10 MB 261 141
198,249 198,249 00000000000005fe3634b6e596fe3689c086aea9ca44e1b39b576b62ef803e28 0.00 MB 15 30
198,248 198,248 00000000000004e1e790e7a2f35cb6a97717f0a65f5c31acb64afebe77a44ff1 0.06 MB 135 73
198,247 198,247 000000000000005ee39f4fa4d53f43cf407b033a76c5a4bf4b4a2dbc2242f653 0.13 MB 258 114
198,246 198,246 00000000000002d2d9a8107e9255a78ce729abfc5adad7fe4df59d6df1333cc7 0.00 MB 8 163
198,245 198,245 000000000000004862e3eb392d259c8a60e7f07c13cbd5717c232f67a1b79486 0.19 MB 438 127
198,244 198,244 00000000000004a127a74cebf2c116bf97f5fb9784c180e7366e885c9aa1bb4b 0.20 MB 480 153
198,243 198,243 00000000000002b48771870fa4cc0d1b1aefe9e75883c551c010fc50637d7225 0.01 MB 25 140
198,242 198,242 00000000000003bcb0ea726eb3ca08dfcd4adb8ea3c4d916ee99c0c96975ebb0 0.04 MB 139 14
198,241 198,241 00000000000004e06414abeaead913c9f4468372e20179a340dcfc1b5e70345e 0.14 MB 312 111
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.