Memory Pool Memory Pool Refreshing

596 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (48,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,918 858,918 000000000000000000023dcf1381dba6ec573137c767ac084032643329624990 1.59 MB 6,239 3
858,917 858,917 000000000000000000025a45a58805e7d0e17ac479c07227a3b4e21d3902d53e 1.81 MB 3,602 3
858,916 858,916 00000000000000000001c5d1e1d5a7511f9ad30ca72bbef03b4e3fd383d0d619 1.66 MB 2,051 5
858,915 858,915 000000000000000000012f28d7acdcc4686bcab5812ee5ca3a1bc945ed7c27ab 1.46 MB 3,517 5
858,914 858,914 00000000000000000000c5d9cc6e40b1e42c0b65c8265e619352582883e18d97 1.74 MB 4,007 4
858,913 858,913 00000000000000000001f5f9e5289ccaa8e386820ab796d19fd038b12210a223 1.70 MB 6,616 2
858,912 858,912 000000000000000000013241bf1f6869316fcdf6817bdae0e6e3d8227d3c77b2 2.11 MB 1,846 5
858,911 858,911 000000000000000000005bc73075afb66af10babc6e57003e3ccf7c690694375 1.67 MB 7,519 2
858,910 858,910 0000000000000000000026dc68c41359f9738133bd3af5510a59fab766e6dd0c 1.65 MB 7,820 2
858,909 858,909 0000000000000000000282de2080af788434557b96b0c326ed3c8a7232e4ae0d 1.61 MB 7,145 3
858,908 858,908 000000000000000000011764c1161d75a7dec38b9583e2e1c789c253394798f6 1.57 MB 6,338 3
858,907 858,907 00000000000000000001d348ca9caffb82da132a1d5b8619902d04bd12a87953 1.72 MB 3,411 5
858,906 858,906 000000000000000000029b53b42652bb0e726e0e1c38ae9c48bfe997649b074b 1.58 MB 5,554 3
858,905 858,905 0000000000000000000127833ee961641bdc4309f308dcf733dee8ed8ab8954d 1.59 MB 6,182 3
858,904 858,904 000000000000000000029c170419040f94cb08f7edb68a8c10fd455e72ea403c 1.68 MB 3,492 6
858,903 858,903 00000000000000000000a3338f1fa4a5b2141c6c205511249e1206fd246901da 1.51 MB 4,161 4
858,902 858,902 00000000000000000001bcfee3ac3e5de7c75c1468851f017ece110463d3950e 1.61 MB 7,180 2
858,901 858,901 000000000000000000025e67d93a6cbe2d5555e69fc7db1bcbff02ea2084b534 1.60 MB 5,272 5
858,900 858,900 00000000000000000000a3f8d5a77ba928efa24682c37348894cd34da269e5d3 1.54 MB 5,233 2
858,899 858,899 00000000000000000002831368ee44f50783baf18ab83e69e8f8f421c50ddc79 1.69 MB 4,462 3
858,898 858,898 0000000000000000000076918decb6ddd61319731ffedbe6f92c7af75d55152d 1.55 MB 4,474 4
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.