Memory Pool Memory Pool Refreshing

1,856 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (207,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,933 699,933 00000000000000000008d7177d8f7d4ef9bebd80e538d48df088d4e8b3477d29 1.58 MB 3,307 20
699,932 699,932 0000000000000000000eee5a4b8d915795b2ea92d66c64bebafb126a3d771987 1.47 MB 3,082 45
699,931 699,931 0000000000000000000352471da32dfb20e9b909a987205e286cf941f5685feb 1.49 MB 2,753 17
699,930 699,930 0000000000000000000ab4e0244ad727200e12e8b4d85f4947dd1286a1834cf1 1.46 MB 2,884 12
699,929 699,929 000000000000000000017d75273c30598155b4cd1ebb95d4ccb1ff0479b4a1a1 1.50 MB 2,589 10
699,928 699,928 000000000000000000084391e6f5a125adc849936ba312b058eaa5caaf5d505d 1.53 MB 1,860 6
699,927 699,927 0000000000000000000e2016335a713505c59f3a1eb2877d7beee019b8dfebee 1.16 MB 1,345 12
699,926 699,926 00000000000000000007fda19570fd692281124e1be791ca33612f92c66617c7 1.26 MB 1,900 12
699,925 699,925 0000000000000000000174c920d11946ff5cfd1cc6eaf174aa5a0915a435174d 1.22 MB 1,289 9
699,924 699,924 0000000000000000000d6f0d88e1ba5a8461f141d377c0c7b335d166309754b6 1.59 MB 2,511 18
699,923 699,923 00000000000000000000bbf7a7eda0ff4f2644ce3d025f6e857c4d6f65798819 1.49 MB 2,796 15
699,922 699,922 0000000000000000000192a3e7f60120a73a5b6c50789e3dd3656b1e77a90445 1.43 MB 2,880 15
699,921 699,921 00000000000000000004b6a0469e264f1c52904c9adb3900bf5e34e9c72397f4 1.49 MB 2,386 14
699,920 699,920 00000000000000000001e742405bcaf0e5eea4d4b3475544eef9e72c6826de5f 1.54 MB 2,716 13
699,919 699,919 000000000000000000056ed881fc49d66e817546dfde4ffc19250af122fbfbd4 1.56 MB 3,187 5
699,918 699,918 000000000000000000018c078bc0b8f7a3ad7d92baa889cb096bd8f8ff90038b 1.38 MB 2,291 9
699,917 699,917 0000000000000000000c7ddd783a131ee63da3d494fdc64b2bb1acfffb9c22f2 1.23 MB 1,159 8
699,916 699,916 0000000000000000000ba354d23035f99d03f8ce3eeaba03091fb60de975a89c 1.50 MB 3,054 10
699,915 699,915 00000000000000000008146cfcdc56e8e00f35943a3b6404e7dc84c198fa2290 1.46 MB 2,757 28
699,914 699,914 00000000000000000006859044275a10be1cef133cb104a6f416b46c9e96ee8f 1.43 MB 2,527 17
699,913 699,913 0000000000000000000852ceb4a12b05d95b6437e99366609ae49a0801521862 1.45 MB 2,865 21
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.