Memory Pool Memory Pool Refreshing

8,312 transactions
3.19 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,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (378,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,159 529,159 0000000000000000002473c4d9b3abc35422d4be5726b038d7c6bd3a5d4c938d 1.00 MB 1,739 29
529,158 529,158 0000000000000000000bc7aed48c175fb836fbb638e9d197bd1786a2526fff24 0.48 MB 1,050 12
529,157 529,157 00000000000000000034087c4245efad5f44f20d61ed9baccebf1bd4814cfc83 0.42 MB 940 38
529,156 529,156 0000000000000000000ec1d34126327a08ff7f42139d4c434661c75f4c7bd993 1.13 MB 2,013 48
529,155 529,155 0000000000000000002b874585fdef7890fad0cf688252e8108641d559392aa3 1.10 MB 1,214 24
529,154 529,154 00000000000000000029f171dbe525d489f146fb641f3f068775a164feba9e81 1.14 MB 2,100 38
529,153 529,153 0000000000000000000af941ed8413197f58b55f8ef6e275be53f62e6148af5e 1.09 MB 1,149 3
529,152 529,152 0000000000000000000cb2123ab1e079bab31374e47ab5fdf7e55c15deb6826d 1.15 MB 2,316 48
529,151 529,151 0000000000000000001381fee22e338cc9c56479611e0a896f5b594ddbee3f49 0.29 MB 561 66
529,150 529,150 00000000000000000035835503f43c878ebb643f3b40bdfd0dfda760da74e73c 0.05 MB 110 57
529,149 529,149 0000000000000000002b880190958e9918d034f48e41f4197e2237281b05d2ed 1.09 MB 1,180 6
529,148 529,148 0000000000000000001f35b8317b9b553e1b44dedbdcc0ff425214a49d26716a 1.12 MB 2,069 67
529,147 529,147 000000000000000000086da9944891a1cb000be8e261ebe278dd63047f199c2c 0.62 MB 748 15
529,146 529,146 0000000000000000001140f6de5c9ffbff0a9c4102e26d0dfed5c4a5e5aeed4c 1.09 MB 1,481 33
529,145 529,145 0000000000000000001e4b3afe10519310e2ab5cf41080f1deed48f654ae022e 0.54 MB 464 10
529,144 529,144 000000000000000000371f7a15882c57107c109514d0af929bc0ee112b5d4eca 1.10 MB 1,892 28
529,143 529,143 0000000000000000003069a9cd8f1824966fc5b242279f610cc56d53c9a9be9d 0.26 MB 399 17
529,142 529,142 0000000000000000001697c0e045a583e4ea4e4a9558a5e6264e6a0461c6ad38 1.10 MB 1,565 27
529,141 529,141 0000000000000000002cf4d665cf431bb477dc819fd20f58317163c4147dfffc 0.55 MB 782 14
529,140 529,140 00000000000000000007f3b46b1ea724f7a8333c0d8e0b2c92ad783b726e6a7c 0.70 MB 260 3
529,139 529,139 000000000000000000340b84f22d19b51b2b6561902cd71ed1ddc3d29a5755c2 0.06 MB 110 98
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, 113 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.