Memory Pool Memory Pool Refreshing

662 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 660 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (292,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,729 615,729 000000000000000000047858b9d5736b85c69382afd5ed6976854acede85a403 1.33 MB 3,095 20
615,728 615,728 00000000000000000005a1821daaab2bf8b94ca60b850ee4ba29a49834c9ad4f 1.32 MB 3,343 9
615,727 615,727 0000000000000000000e3994f4c13faaa52b73d79d84401197d74859b6053ea9 1.37 MB 2,755 29
615,726 615,726 0000000000000000000cd420edba8b48a5868f19fbc406f37553df610449ce9c 0.07 MB 182 15
615,725 615,725 000000000000000000044d9385a1d850c9f5bf2927d7d83c8af7b81f57ce994b 0.10 MB 329 8
615,724 615,724 00000000000000000003413c79209bb93e7164f82058fc6b92e61978c804a04b 1.41 MB 3,532 6
615,723 615,723 0000000000000000000b4cf7b23b50c5ca690d85eb1dcc6e9e964a67853e348f 1.32 MB 3,179 15
615,722 615,722 0000000000000000000c50ce0f3d0abcae60a658e3d9e42b66744e52117761cb 1.22 MB 2,980 12
615,721 615,721 00000000000000000001408b236001ef5c5f889dc2f467f0525ee0533f072537 1.30 MB 3,173 18
615,720 615,720 0000000000000000000dc372efc43df1a3cf8c1542b999a3a7e5c0e367fc924c 1.30 MB 3,416 12
615,719 615,719 00000000000000000001f38845fcb6a0c529724a3f96fa39fd38f0276804ba06 0.82 MB 1,615 2
615,718 615,718 00000000000000000006fcde369c63b6f757ccc2e61aee302e09982646780f13 1.32 MB 3,226 16
615,717 615,717 00000000000000000010147f3f358a7b0c3a187d1f0270a741b49e3124892aa1 1.14 MB 2,544 6
615,716 615,716 00000000000000000007c7487c4c80d1a6932b12c1cbf77bc053cf3787e78626 1.33 MB 3,295 18
615,715 615,715 0000000000000000000102a9ea7090e7189e469176f5f400d03397beecd6233a 0.58 MB 1,425 16
615,714 615,714 0000000000000000000e026a6affc72ecdfa14927e28af02f778674606707f9c 1.02 MB 2,411 14
615,713 615,713 0000000000000000000240b6aefadbad3ba04b761fdd2c26c3c3da8ef4d9aaeb 1.14 MB 2,455 13
615,712 615,712 000000000000000000045754b25ce1767b089fcf4987e047c97fdf33de35a529 0.03 MB 99 8
615,711 615,711 000000000000000000030e2398768bebb55fc5b72cddd5ee900a08130231f005 0.55 MB 1,214 13
615,710 615,710 00000000000000000003d2450ae1fc9ce98947f128f7e1d26763666a756cc6b4 0.85 MB 1,779 7
615,709 615,709 00000000000000000010f38bd863c3d6efcdea3a248754757ab56f21ea07c4fd 1.23 MB 2,806 15
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.