Memory Pool Memory Pool Refreshing

8,388 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (112,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,127 795,127 00000000000000000000930170ff23ba5f4e8df05c3e80c04ff4c7f0b7d281b1 1.58 MB 2,454 17
795,126 795,126 00000000000000000000acc036d3151b3f1d6d3dd9034d3d74ff0aee7c8738e7 2.01 MB 2,350 19
795,125 795,125 000000000000000000050596724d58d0bd1a289c092b3de06657a464ca02bece 2.56 MB 1,705 20
795,124 795,124 0000000000000000000346cf25e827a22faf000c6c567eeb215d20a162c44198 1.67 MB 2,129 19
795,123 795,123 00000000000000000000b59c70c9d93c87ebe54dc456c0bb0ccfffef9aa4f9c6 1.50 MB 2,685 30
795,122 795,122 0000000000000000000108f05534538e54daf1146e55435835a23e9800015914 3.57 MB 668 17
795,121 795,121 00000000000000000002650034b74d6911d4aeecca6331d95480db5be8d534c9 2.62 MB 1,967 21
795,120 795,120 00000000000000000004eecafffb2140b5f5a6c4224ca5bb37452106d7a83822 3.51 MB 874 15
795,119 795,119 000000000000000000049ffa802c2510b2080ce571025cdec359c022eebc6fb0 1.58 MB 3,896 27
795,118 795,118 00000000000000000001ec161001de2bee490fb11a76e36311fa6f864621c50f 1.37 MB 2,618 21
795,117 795,117 000000000000000000017b0175e95bdc16deadce3ea72f0d44ab56a8a10107c1 1.43 MB 2,860 26
795,116 795,116 000000000000000000024932cc7156f008317e9618640c8bfdf93739a4728824 1.77 MB 3,296 37
795,115 795,115 00000000000000000002341621af8bf93539cd6badae187109a065b31b6d2928 1.51 MB 3,647 30
795,114 795,114 00000000000000000002729408f92f43d91fa2333e7e01d5f133ba9ef7cfa453 1.58 MB 1,836 27
795,113 795,113 00000000000000000000e35b34387880a81b37bd738106e1e1d887b108945695 2.01 MB 3,347 18
795,112 795,112 00000000000000000004fe5cd34323344e4168a271fbfbc26cd176b052996b51 1.49 MB 3,769 28
795,111 795,111 00000000000000000004d81f2992ed662c336c967b870248dd1802cb91884360 1.68 MB 4,369 23
795,110 795,110 00000000000000000003b22bfcd8cb592e85bd4da391a867c1b3aa21181fcfe5 2.20 MB 2,413 12
795,109 795,109 0000000000000000000050897a2ff64cb1a063c859257de02cb48c06482b2aa5 1.52 MB 1,865 15
795,108 795,108 00000000000000000002635a1efcb548c524b31832f1323a650ee69b9f59ec6d 1.81 MB 3,255 21
795,107 795,107 000000000000000000045482f5cf1c3be11662c21e86258f85b50f0c2d39991d 1.39 MB 2,594 18
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.88 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.