Memory Pool Memory Pool Refreshing

7,928 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (373,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,123 534,123 000000000000000000313c55f0e9c4a5cfe310af1065003b9a0c5298119923aa 0.27 MB 485 17
534,122 534,122 0000000000000000000854f3b136fc231bbcb91f245b5e56d6050ea159289cf0 0.50 MB 1,088 24
534,121 534,121 00000000000000000014717230f93420b9e2d0af38d4470fd573f44c9b8d942f 0.38 MB 1,012 16
534,120 534,120 000000000000000000024ba07e8f0a22c0aef6b0bc6a7c1d4987ffac7f7c44a1 1.01 MB 1,858 22
534,119 534,119 000000000000000000104153b94a9fb1d2391b90e4bf3b64a0cc590a55587c4c 1.18 MB 2,880 32
534,118 534,118 0000000000000000000228d8f2ff0dc6f2df4195353d86666c24c2e6e256b265 1.16 MB 2,498 14
534,117 534,117 000000000000000000152b8d87a94c0a4db96ad9a889806f23d01fea26ff8e33 0.16 MB 460 14
534,116 534,116 000000000000000000158e46f457055fef3f5f7568094c2508b9a89800d0be23 1.15 MB 2,076 14
534,115 534,115 000000000000000000332199aadea5dd4fff20e1fc280a8f1f6e3b912359385f 1.41 MB 978 5
534,114 534,114 00000000000000000035addaf9b16ac75760042af4096bf640ba93903e898d22 1.82 MB 578 1
534,113 534,113 00000000000000000001c3d165c1569af400c38551bfadbc0653d0d87700eb1f 1.19 MB 1,810 6
534,112 534,112 00000000000000000028a9c9411c4bca243710d04774b8b49396f3cee8552389 1.19 MB 2,711 29
534,111 534,111 0000000000000000000fb0182235f4695554596a62c9f0b6012925bc7ca12f26 1.35 MB 1,952 8
534,110 534,110 00000000000000000020c552627ee6b1481deb22a61f9618cddd4bb139a3192f 1.19 MB 2,472 5
534,109 534,109 0000000000000000002c4cea841c3fcf82cfcedcbe9c23747fab8d5e471b9c30 1.21 MB 2,715 35
534,108 534,108 0000000000000000000b1f0c4477994dd3792a8886e60e942e5e670409cb6718 1.13 MB 2,718 14
534,107 534,107 000000000000000000060b39fe0bf8230fb0b8d405cdc5dc2f0250d265d100f9 1.18 MB 2,742 23
534,106 534,106 0000000000000000000972454a8f0553eaae550dccfc0abd7c9be41e5b0f3078 1.17 MB 2,786 44
534,105 534,105 0000000000000000001f3a92d465dee5bac1774163c058283ded524b757fe841 1.03 MB 665 19
534,104 534,104 000000000000000000105e7895f9bd15b42e6707abb7b5adb30c708f594d40bf 1.15 MB 2,567 22
534,103 534,103 0000000000000000000a021fe9e2ce8b241973d39ce3713fcb584452c9d69884 1.26 MB 1,831 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.