Memory Pool Memory Pool Refreshing

10,226 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (494,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,022 413,022 00000000000000000182977d17e69cd656574e1c52b3ea411efd4f6c855e89e3 0.63 MB 1,485 50
413,021 413,021 00000000000000000444d5afbbba4814371b6ccbf0e52f6194de000b2cd4f7b8 0.71 MB 1,412 50
413,020 413,020 000000000000000001518aa286afeca0777dfbf6fd88dc896671da4870de2884 0.11 MB 197 54
413,019 413,019 0000000000000000025408fa495feaa00db2387c8a00ae25465de82cef13eeae 0.53 MB 1,087 70
413,018 413,018 0000000000000000056d8fe26eff8e8433a10e03ecac7e9422575866cde82f22 0.74 MB 1,367 50
413,017 413,017 000000000000000002f307ee6d8d9b63c8a0734c449f10806248d55f07be6e7d 0.42 MB 870 46
413,016 413,016 000000000000000001dcbe664a2524587707c7327d826c83489cf57b479d64f9 0.99 MB 862 21
413,015 413,015 0000000000000000042af339297d4be32f063cc063eb4fcbb7c97f6b00f6d122 1.00 MB 663 13
413,014 413,014 00000000000000000335a6fc61de4fab9b19c2d8f00a886c71a59949826a7ddf 0.13 MB 281 44
413,013 413,013 0000000000000000035ce48eda029dc2cc6d8e81315bb0b3cd0a3131efcba348 0.56 MB 1,301 53
413,012 413,012 000000000000000000afe779b9ea51d9926e4c6ac554f6b35ad09a9f66d82189 0.91 MB 2,125 54
413,011 413,011 000000000000000003e38cb5b075f0d388af0e108ae85474b54ed63c61388967 0.05 MB 129 72
413,010 413,010 000000000000000000d9266fd393dc561b299568201c3cdae601f765ef5cad62 0.41 MB 638 38
413,009 413,009 000000000000000001c1e36abfee37f33b85e2ed16a53b89b08c2c519ff38def 1.00 MB 2,054 47
413,008 413,008 00000000000000000240d22343edd5b5cfe9d0952b786d967f6f6ac4ec3c9b95 0.45 MB 946 45
413,007 413,007 0000000000000000021a6266aa98f6930c467e48f8587b00884517f31d09d144 0.63 MB 1,203 43
413,006 413,006 00000000000000000241742daf6065c0471836e8b6fe8751ff447f404952356a 0.83 MB 1,620 40
413,005 413,005 0000000000000000045871610addd91f26111cab348802bfdfd0350badfa7e27 0.31 MB 410 34
413,004 413,004 000000000000000002f23d8161d81b38cbad583be17a3d7b9885c23ce2f970af 0.24 MB 429 50
413,003 413,003 000000000000000002df2a6960f5ee3ec28a03a3a28e4401e8dce117150c857d 0.45 MB 835 43
413,002 413,002 000000000000000004d273b482f5416aaae2502f8a6ddcd41685a469a8fbcd93 1.00 MB 1,954 46
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.