Memory Pool Memory Pool Refreshing

4,725 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,717 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (429,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,922 477,922 0000000000000000012bfae6f7ad25c56e53729ff9adfee157b6c7f28c4201d4 1.00 MB 1,657 119
477,921 477,921 00000000000000000036154762753295f46fa39b609c6f676f2fd60406412ecd 0.87 MB 1,560 120
477,920 477,920 00000000000000000038b78a077ed0d83924425438d2124e0b7d66f28079f458 0.76 MB 1,481 120
477,919 477,919 000000000000000000bdc2444c5e093adc96a3286eefbe4206f3e812133ec81d 0.90 MB 1,498 133
477,918 477,918 0000000000000000006fdbf58e42210d20c34f8d9702e3531eab9f6f4adf39f6 0.80 MB 1,486 130
477,917 477,917 0000000000000000003725515b0c30850fba112a5d74f025ff77b8ab43acee8c 0.65 MB 1,263 113
477,916 477,916 00000000000000000115202eef502dec0312b2d5f7025d03aae0af6ed000fe79 1.00 MB 1,435 144
477,915 477,915 0000000000000000008ea14a788f2c11e706fdbba58e128d4c002af07325a91b 0.00 MB 1 0
477,914 477,914 00000000000000000077bd4864522f142f0a4a1969e83759f4f55b0fadfb9b40 0.45 MB 725 130
477,913 477,913 0000000000000000007e1f603051f6d78e56911beb67771a906ae4dc841a7991 0.23 MB 380 122
477,912 477,912 000000000000000000af7d744ffc21acbd56442f50f5b114fe0295aa2838c2d9 1.00 MB 1,429 101
477,911 477,911 0000000000000000008ea7c04a7f3228543274526e217d3734ffd164c088908e 1.00 MB 2,065 166
477,910 477,910 0000000000000000008687e3df8c95a1396754a5444b17537d2609e86e83f0d0 0.88 MB 1,086 131
477,909 477,909 0000000000000000003aed65fa76d5f79405fe756d68e792cc19fd69187b4827 0.78 MB 1,373 152
477,908 477,908 0000000000000000006f616ced0a0ae8bfd4053b72d7f46eb6290debb7f57bc1 0.74 MB 1,518 141
477,907 477,907 00000000000000000100616be5aa86c2380d04b68f3a82d47bfc4faac5830665 0.57 MB 705 106
477,906 477,906 000000000000000000abeee7c64d1162e92f0b01a2959ea67dd279933aaa3380 0.49 MB 712 24
477,905 477,905 00000000000000000044a76d76826e0598742a5c09523d157897d272358c6a74 1.00 MB 1,373 114
477,904 477,904 000000000000000000251187d26192d79b20c42dc6d80a0f6fd694188d7018b0 1.00 MB 1,936 137
477,903 477,903 000000000000000000486726b3598265e7a6f9e210b55e56da1fbe8aaab69a1c 1.00 MB 1,886 209
477,902 477,902 000000000000000000870d79bf8bf7f7a1690edb32dfb7efc1818fbd3606440e 0.56 MB 596 71
Previous 10 blocks ↓
Total Size: 769.21 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.49 GB sent, 93.99 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.