Memory Pool Memory Pool Refreshing

3,890 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,967 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (886,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,236 22,236 00000000ea43840148a77d7e2577e9a3f6fa87aae0b18f13e5749671ca7123c9 0.00 MB 1 0
22,235 22,235 00000000788310b2638fb5eb5c8dc98a1abc7ef9660dc6aef5044f1852d8a9de 0.00 MB 1 0
22,234 22,234 000000002174cff0c5eb580409e7c2d86c8aa42e8bbef3bb1f61b9a9e7794284 0.00 MB 1 0
22,233 22,233 000000000fb5c275f8db5d6614101d1870968fabe02f7c3603537266778584a7 0.00 MB 1 0
22,232 22,232 000000006c470df111c2b4c92f5c0e04e8ae9dd7fa1d1d12bf2bec6bbde3c7a9 0.00 MB 1 0
22,231 22,231 00000000387ae5b5e606aebbd63007c405db7f3e7c741dd06bb5d2133da862e0 0.00 MB 1 0
22,230 22,230 000000002dbe2788af50ee9e78085c553b739202976b4e1bfc609065df75346b 0.00 MB 1 0
22,229 22,229 000000005146a0596c1db5006c814b603232da32cd78d0cdb140b96f185200f9 0.00 MB 1 0
22,228 22,228 000000001b5e9a03ae905deaa6bc6d79212dc64bab00476825dbf3df1b29a68f 0.00 MB 1 0
22,227 22,227 000000007248c5cba8f63f07f5ce497fa7734cdd558cf9c801bb65206a65883c 0.00 MB 1 0
22,226 22,226 00000000c10952e5a3188e99a8550ea6d28d24cf65048995ecddef9d7a9665b3 0.00 MB 1 0
22,225 22,225 000000007497b440d432cc05dec10902fd78e0096ee98bf1cd2f0f8220484c59 0.00 MB 1 0
22,224 22,224 000000004c32cc72455e90c77e3cd80e1f8e68cef9244d9fc484bbc1d53d5bdb 0.00 MB 1 0
22,223 22,223 000000001dcb26f687998c3eb51572514290980cb9fb82ac08ec4da33830d6a0 0.00 MB 1 0
22,222 22,222 000000008f840e26cced54099e6e74a3c2bb2803df5692b3fd1d7b470fa248ee 0.00 MB 1 0
22,221 22,221 000000004df06e78c55d09a702a699e13742e39b5b5b0a1c4bb09baef562bc4f 0.00 MB 1 0
22,220 22,220 000000001ebd1a7507e7c386ab077f2de03d511b35f387c63744b281fbc527bc 0.00 MB 1 0
22,219 22,219 00000000ef35c3ec53f9ea8f606ad93d1b71c10d0ef92bbc50a00374d2dcef86 0.00 MB 1 0
22,218 22,218 00000000d95e2802c30907514a31120bcb34477d48faecb2ce15be7d84f155c9 0.00 MB 1 0
22,217 22,217 0000000056a8e8e4c99790b1fc71f21545849378cc94788211b0328968091c57 0.00 MB 1 0
22,216 22,216 00000000a0106d063faca5b0f77d78267f18727728445a2a3b5ac9ce9a2ac711 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.29 GB sent, 101.40 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.