Memory Pool Memory Pool Refreshing

9,958 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,339 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (370,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
536,886 536,886 0000000000000000002504924b1694c8cd32fe6f9fd67200c86119e6f04b7167 1.12 MB 1,231 49
536,885 536,885 000000000000000000090646c9b72d1283305a241fe30e1ed71d3b93ea552e7a 1.01 MB 693 49
536,884 536,884 0000000000000000001d1b202c2fb860c52f771046cde9735f5140cce4622b12 1.03 MB 712 59
536,883 536,883 00000000000000000012764ec6faddbebdebafb11604f7e06f6e0ef92d11fcb3 0.57 MB 1,034 16
536,882 536,882 00000000000000000017705e5f07600bb9ad3b7fdf6be2d9d01d9923f83707f2 0.43 MB 318 15
536,881 536,881 00000000000000000007e0567c3ca80a673a33184d9c8e6ab61fd7595f7c7d44 0.04 MB 74 28
536,880 536,880 0000000000000000000a3bcf96e8a2bc36828fea1fa626ef8ef9f8f3d4292b19 1.15 MB 2,755 13
536,879 536,879 0000000000000000000bcd614d7941e2e38b3569dc678b9cc10fac27b0011824 0.42 MB 886 27
536,878 536,878 0000000000000000000ab97add3b43843238f6cb9055fef31cd091ec8a46ff56 0.50 MB 334 8
536,877 536,877 000000000000000000114cbf47b878699a01d38a541008df8d2bd4dd888b8af5 1.19 MB 2,047 5
536,876 536,876 0000000000000000002184bca5fda0c8ca533e0cc1d3526e484abb2d5392ddb8 1.33 MB 629 8
536,875 536,875 0000000000000000000199e9d478563aabd3b2faf439325dd4eba6ac8d6c5987 1.25 MB 2,255 23
536,874 536,874 00000000000000000007f81f139f4854f320d7431538df0283a86941919f16df 0.11 MB 289 18
536,873 536,873 00000000000000000012d80c8875d87f939df8cb95428c11f10e2080d8756b36 1.04 MB 2,453 21
536,872 536,872 00000000000000000002559ef8224ee46a00bfd065c2eb63c4ee163cb7805634 0.25 MB 629 15
536,871 536,871 00000000000000000014ae463b64a50ce03a17a9164a6744c9dbad2676cb7e8d 1.14 MB 1,952 11
536,870 536,870 000000000000000000060154253b188bc4c37ad663fe105a02b60032bedebdfe 1.17 MB 2,724 14
536,869 536,869 00000000000000000000972972c2f81f87cd1b985022afc6c016e009788efe8f 1.18 MB 2,680 26
536,868 536,868 00000000000000000021046f60118991e8ea531c1d54f7e457d6f6e17e56d7b9 0.76 MB 1,811 18
536,867 536,867 0000000000000000000d61bb837e646f9a9d1ba2222f6a502f7c4b7e819444c6 0.65 MB 1,277 21
536,866 536,866 000000000000000000109cef13761931bb8710d0a9a55668ebe1931d55e7ab63 0.93 MB 1,784 17
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.