Memory Pool Memory Pool Refreshing

2,784 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (661,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,775 245,775 00000000000000161b90c0c53533526dc5efa54a3375f832565f41e5b05f2e9e 0.09 MB 199 167
245,774 245,774 00000000000000539549ded4d4982bf1be57ac35e33a94596d5fcc2662d46a74 0.02 MB 43 1,376
245,773 245,773 00000000000000679668270a8cd7e0fcbc58bc971cbcbb9c92761e60e5c5e13b 0.21 MB 371 124
245,772 245,772 00000000000000b39fa1b9065ea8d7297a0254c569662f5d94ece5afee3bab11 0.01 MB 40 253
245,771 245,771 0000000000000027fd3824ff2f75a51eefb86422034f94cdfff71e3fab0cb1b1 0.11 MB 304 177
245,770 245,770 00000000000000a53cdf6e2bc4add66d7cd3a3537b5a6ee17dbd2ba201ae94ae 0.03 MB 73 136
245,769 245,769 00000000000000a0f00e1dda6cbf2e2e2070a0e22fc8b1ec508ba4154422d6ec 0.04 MB 96 161
245,768 245,768 00000000000000a4a735910db7ab2a4c9d29df67316389bd1d12be3164d64b4e 0.08 MB 116 38
245,767 245,767 000000000000005e49b36c4a2f17386c35e084c961bed06bd483e859d1843a55 0.17 MB 306 73
245,766 245,766 0000000000000046e4bf1f8601e80dcb4cf0c263ab73de0a485ee5cda727466e 0.25 MB 650 195
245,765 245,765 00000000000000970a51100866f4b60eb2708837f3ee5f9d1b9a0f34c19313ac 0.05 MB 64 24
245,764 245,764 00000000000000b29999352762a3e99b575f89a7098c07f9aea7244958a07323 0.12 MB 243 128
245,763 245,763 000000000000006cec3b0e7b02be1813f646bec416c2c015cb109f485a7373c6 0.03 MB 37 88
245,762 245,762 00000000000000a7e18abc6008db05af7d3d0184bb8bdd83c0d3120cc5a45e17 0.09 MB 174 158
245,761 245,761 00000000000000070d0fe70f3a1e7e36bddace151579928bcd72e553c08d9443 0.00 MB 14 110
245,760 245,760 000000000000001d181e1954911f268bb49f3a8ef1d6abd3242a82c6304ba0dd 0.01 MB 9 3
245,759 245,759 000000000000002d9e58bfd7595fe4d9a5f3cb252cdc35b10f06c83c23532938 0.12 MB 269 141
245,758 245,758 00000000000000b2c53599098d7d6b20e2c868a91cfa2b2808e3a6ab858e9c7e 0.00 MB 5 188
245,757 245,757 00000000000000a5f6cbcf4946721370c2b823f36d00f9a8ccb02564cd83b3d9 0.08 MB 209 139
245,756 245,756 00000000000000c0f26605c0fc03cdc2f3e52a5e5a8cabc9a36e12e6f2f684c2 0.06 MB 141 175
245,755 245,755 000000000000004569691405d89a5e05c702a4379a6a60174a61c246eacf3e15 0.09 MB 183 110
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.