Memory Pool Memory Pool Refreshing

12,149 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (169,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,224 738,224 000000000000000000028f7d940665d1f75d20736e450d86659053f56651a772 1.13 MB 1,710 11
738,223 738,223 000000000000000000061cb4479d44d97707e5be9ab50475ca7ba1bf0078be08 0.42 MB 518 11
738,222 738,222 00000000000000000006236567cbbb4240d19ee28c1a8ddcbac3a288d8a914d7 0.07 MB 19 4
738,221 738,221 0000000000000000000828cd518b926f483e4194d9c023521c672f725c07552a 0.48 MB 655 11
738,220 738,220 00000000000000000001836c97249653459e2428fc17644c314b7f8f5d37595e 1.28 MB 1,196 3
738,219 738,219 00000000000000000006a6509600610f65d84943eb1fa7700282cc841152afc7 1.39 MB 1,657 16
738,218 738,218 00000000000000000005a3fb42526a54b262185cd78d1a391e313ad069c5a15f 1.30 MB 1,594 21
738,217 738,217 000000000000000000055ae46c395950ae634cfd0013fda9f4aecb8dddc2fd60 0.74 MB 924 9
738,216 738,216 00000000000000000000ae615ef08af06097578c8f1e4972677cf3dff3072926 0.42 MB 344 15
738,215 738,215 000000000000000000077efd8b0a4d3bd6f8ca8b5100b01dc8f501727f6bb9ce 0.17 MB 255 7
738,214 738,214 000000000000000000002e667a976ba91942bf783ba68c05c7af505eb8dd261e 1.42 MB 1,426 7
738,213 738,213 0000000000000000000586923b656b9d2132a0143f3490bc535b055699421239 0.18 MB 493 12
738,212 738,212 0000000000000000000772540dc1937eeb378160bf3fe1c0c1057658b4f29f4b 0.71 MB 1,361 10
738,211 738,211 0000000000000000000333331235c433033ea2b0e5dd9b0c16b8954cd94952de 0.47 MB 676 13
738,210 738,210 00000000000000000001faa890f8a87ca895713f52c55059a7c496c72ad99a0f 0.22 MB 330 7
738,209 738,209 00000000000000000003cd3e449268951fde1243016f73533be67f07fbd48b8a 1.73 MB 1,491 2
738,208 738,208 00000000000000000005af559974920b4bc2523e695664c342d2670481aa18d9 1.37 MB 2,442 16
738,207 738,207 0000000000000000000853fd15d915f364590389e2984340adefbf272ed0eaf2 1.63 MB 2,496 18
738,206 738,206 000000000000000000008c045e73b90b8fcb258bff7fd2913c78d0604c72d70d 1.26 MB 2,344 29
738,205 738,205 00000000000000000007069e99125b7d08ef8541bf873679235e4af6a6c8406b 0.43 MB 780 10
738,204 738,204 00000000000000000002a27b18213d99579003bf70f6096c4c313542729df1b2 0.59 MB 915 12
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.