Memory Pool Memory Pool Refreshing

9,178 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,286 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (871,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,928 36,928 000000003b72e6cba84e8afd9c3135ddadaadfa402cf73fde320ad92054b6a42 0.00 MB 1 0
36,927 36,927 000000009b2ab5b20405cca11a0c814ecad7c6e114954c9049ac70540c2f2806 0.00 MB 1 0
36,926 36,926 0000000089c4ad3f1cf95cc8398185e9a93d53e2faf94f9e3e3b6702bf5ca575 0.00 MB 1 0
36,925 36,925 0000000021d67c0e4d59887976be92f671f02da6ba428933af36319b7e00b7a0 0.00 MB 1 0
36,924 36,924 000000008af29b1102714f2043db1544aa4a4a596562e63fb104257147af9871 0.00 MB 1 0
36,923 36,923 0000000032e4d0993c7ec4e5a5f051ab98a9ddbc7b5460fc54297752a70dd83d 0.00 MB 1 0
36,922 36,922 0000000091602c99c004518a44778d4a374388da044d096a395db3532fe19aa4 0.00 MB 1 0
36,921 36,921 00000000b69fd64e2fe7321114f8cfa4a327e9bae09d297d4aa8bcff8ebf159f 0.00 MB 1 0
36,920 36,920 00000000a31d44ca48828f9c9c840864bc13706d8d15a4f61b625cdb33d317e5 0.00 MB 1 0
36,919 36,919 0000000069ad2e756e60c80a32834eb073d54f6ca756d669e5c8035f8fc3ff6d 0.00 MB 1 0
36,918 36,918 000000009ca1ac32b572e6134bdbf8b9f1c6bba3e4f68967f137122a9b51cf01 0.00 MB 1 0
36,917 36,917 000000001d58acc15f31b8600038db59fc277237f9fa4e1c4afc89e87efe2bce 0.00 MB 1 0
36,916 36,916 000000004c3386723ce8c79e40d12f3f4d76b727432b672066d506da3e61430a 0.00 MB 1 0
36,915 36,915 000000003e4fb8d8577eaa2a0a5ef2d8fa187bf681bad22e45c33c2ab3233279 0.00 MB 1 0
36,914 36,914 000000006adbcb9e48da69bcbdd10d00fdfceb9bad232ded35d03afb0ed7fd7f 0.00 MB 1 0
36,913 36,913 000000003ae78a129b38d4e353684b2dec29127e0d69f93c222101b699bf1664 0.00 MB 1 0
36,912 36,912 000000002d7b58702b6e14605a7297f6d0445047218b98b52c96228b20d55a24 0.00 MB 1 0
36,911 36,911 00000000611de50751e1736bf7635f52519224b61f7511a52bd4535d0d1d7a21 0.00 MB 1 0
36,910 36,910 000000002ca83e065ca8a2fb7fcf1257313b25db92f052831493af084d74dfa0 0.00 MB 1 0
36,909 36,909 000000006ee224a00425dd9452e561f964bd124e8cf77d84141645d268394ff6 0.00 MB 1 0
36,908 36,908 000000005bd30355277cecd2dcad1a097e10cc266a56ffe1813438fbe63b6da4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.53 GB sent, 100.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.