Memory Pool Memory Pool Refreshing

4,581 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/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 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (720,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,006 187,006 00000000000006fc95928d07aedfa839200d25bc7bb542654baec3832dcda82b 0.00 MB 10 15
187,005 187,005 00000000000004ec9085299a104cfb4b99de05af5fdddcfbbd4e9211361f20cd 0.02 MB 52 128
187,004 187,004 0000000000000274e10b9e51d3696e4c1d35ffd219a2737640e39cb6f1b26e8c 0.07 MB 29 57
187,003 187,003 00000000000004452de8d97fec76fb0a4549858046ecd6d99b65646564965a7b 0.16 MB 128 59
187,002 187,002 00000000000004010cc10d5ebc16e8c86edd0016b3eabd069601ccb6bc212e85 0.02 MB 38 85
187,001 187,001 00000000000001591ab1919c101be910ed4d5c0d62f3cb5ca5d3a1a094b2ee52 0.03 MB 69 115
187,000 187,000 000000000000095cc058085cf175b5f61427e0b505ce6444f2abf359f7d5542e 0.06 MB 98 121
186,999 186,999 000000000000009727c9560c8e2bda59623d30bc1c44868f0f7c678342d952e2 0.01 MB 35 62
186,998 186,998 000000000000059eae4b5853b354209e6becd5a0b97d6332e078d8db8429de95 0.04 MB 122 196
186,997 186,997 0000000000000846cd0ac57d917f595eaadb57201a269c9d6e851a149aef20ef 0.10 MB 256 129
186,996 186,996 000000000000050710334b9651dde7459f68fc6a478a44542275d5a73e29697d 0.06 MB 205 25
186,995 186,995 00000000000002b112d2a6c4f009f9a0a1fb6316508521f5ff77e3854ae83847 0.07 MB 173 150
186,994 186,994 000000000000069fdcdcae33e86319823c58ec9660051e6a8b171604287923fb 0.16 MB 256 79
186,993 186,993 000000000000088a3f70a63debe92ef120f353eaa877266621b17b77d8fad560 0.04 MB 53 69
186,992 186,992 00000000000008c767c21d389dc6578dcdbe8cafe8a0b4232210637e9915e92b 0.14 MB 173 86
186,991 186,991 00000000000004556b0cb086c1526f60a094dabeaed11edbf60280b5a9e43ca0 0.06 MB 211 23
186,990 186,990 00000000000000ee8090b49e771d4a3f5ebb245e1b10b87b71eb07fe469ca39d 0.02 MB 67 49
186,989 186,989 00000000000005b9548bb8037269cbbb1e5259077390415129397323f351e13f 0.17 MB 462 130
186,988 186,988 00000000000005c3f764c904d4ae1c50cff0155032763a17d5725b3709244e90 0.09 MB 243 159
186,987 186,987 00000000000007a6a99298b7fead22cc05d4ee451888b7ca98b16e462321f1d3 0.07 MB 238 152
186,986 186,986 000000000000087498b8cf7b46e2e8fe36c6015f8764d60e2facf497a7caf679 0.25 MB 597 121
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.27 GB sent, 94.23 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.