Memory Pool Memory Pool Refreshing

3,766 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (797,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,046 110,046 0000000000019a760cbd88f418c7abb305f8461706a387dabe044a833c413e68 0.00 MB 5 0
110,045 110,045 000000000000bee1759c7ab30d66444b9e19f14426edaa3f32bf9fdf968fb6d1 0.00 MB 9 0
110,044 110,044 000000000000957bbe070273df9640d272f9688be80918c14d8754028c011968 0.00 MB 12 0
110,043 110,043 0000000000012c732fa2a4556cf9be4dc7b7238e51decde5bc9f6ed6db58f4e1 0.00 MB 12 0
110,042 110,042 000000000000fd89ab5d373add38a80b2c7c0e2c727ce4f40a2d9cd7260566fb 0.00 MB 12 0
110,041 110,041 000000000000b21e764b321ca4d3b07125a60224fb8720518cb3a589b1a3dfbb 0.00 MB 12 0
110,040 110,040 0000000000003374d8f81425e0fc7f311060f19af52c679df76b9dabd8803bff 0.00 MB 12 0
110,039 110,039 000000000000998b18830896be4f6fadfe57b878e356429f7edb196989968211 0.02 MB 9 254
110,038 110,038 0000000000004f87469f1b16efa2ec0d98ef6baca00acf0eb1adc8ccaaea56d9 0.00 MB 3 0
110,037 110,037 000000000001580f408cc0f2844cf3108556ee5ea38e6cba2ccc91c35913f751 0.01 MB 38 0
110,036 110,036 00000000000077d8f109c55b523efaa5bc751ec7857232abb8c7b465a947ec2c 0.00 MB 10 0
110,035 110,035 0000000000016aaedbf4b8f05b04e094fd5bf4051acfc9a53d9d98571cef5671 0.01 MB 15 0
110,034 110,034 000000000000c29979a6d04db80cb756f4d7fc2b16b2d4f5e0ec7a73b19fc045 0.00 MB 12 0
110,033 110,033 0000000000009ef0c855cda2a61d844699dcc38172eb5fcfe5598c943cd4c6b0 0.00 MB 7 0
110,032 110,032 000000000000a2047e6e8ac2aea55616cf13170c548395ef540fcb2a10a14354 0.00 MB 10 0
110,031 110,031 000000000000572725f5526b9d851ec78e0e0562b429de00adbc92e4f0681aa6 0.00 MB 12 0
110,030 110,030 000000000001b2d8fefa28dd0c75508522132e24f77b5c66d0145854c29f2953 0.00 MB 10 0
110,029 110,029 000000000001b510be392f4aa18f9bb1b412b4676749bc7b4ba6cc6e493300c8 0.00 MB 12 0
110,028 110,028 0000000000001c1a1a61bba59f0382f24e74a938efb9460f9b71daeedf681b39 0.00 MB 12 0
110,027 110,027 00000000000007cc4b6f07bfed72bccc1ed8dd031a93969a4c22211f784457d4 0.00 MB 10 0
110,026 110,026 000000000000cd7e8cf6510303dde76121a1a791c15dba0be4be7022b07cf9e1 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.