Memory Pool Memory Pool Refreshing

7,543 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (6,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,070 901,070 000000000000000000012a9e9b9b41bf9ba6e13dfddd703cd8e17a31255d8d27 1.59 MB 3,667 6
901,069 901,069 00000000000000000000075194754487992a2bd380a5573b005f8e70c4ab10d0 1.62 MB 2,919 4
901,068 901,068 00000000000000000000d7b2b494dc400842c732c63f16bffb700d31efc14d10 1.50 MB 2,830 3
901,067 901,067 00000000000000000001f48b0de91d62fa1dc889036c657bf90bb11645e17909 1.47 MB 3,300 6
901,066 901,066 00000000000000000000b9af6a468c05a2691e6b3d59616d40d913293b123bdb 1.03 MB 104 2
901,065 901,065 000000000000000000022330c004b276214f0e8eb35c6f37bf59f007ccc989a1 1.34 MB 2,309 3
901,064 901,064 0000000000000000000070e7cb9467ff6cdd26e76b17e47d712146c2292dc34f 1.42 MB 2,743 3
901,063 901,063 000000000000000000002888dbe5890a1af46e5651bcc231a4dd857dea488117 1.39 MB 2,168 4
901,062 901,062 00000000000000000001967a65a225bf726fdb9b96f084b3e896ecccce69f7c8 1.34 MB 1,893 3
901,061 901,061 000000000000000000014a790f75e872bf0b99a0fd95d44db51a355635dccf05 1.97 MB 815 2
901,060 901,060 00000000000000000001c9fb94f57ac474d54a32dd483f462fccc14ee1bc2c21 1.72 MB 3,078 4
901,059 901,059 0000000000000000000095a3bc81075e55be71daef467c0a2150927776c6c68b 1.86 MB 2,398 3
901,058 901,058 0000000000000000000213fb3193808ad4d0a4ce7dc09210ff16b8755d8d1d39 2.09 MB 635 2
901,057 901,057 0000000000000000000134386b8c49de7271cf4e48003032273de81f42c062d6 1.93 MB 1,736 3
901,056 901,056 00000000000000000000032761235734ba89acb3798b19c542e1b05697a4f54c 1.59 MB 992 2
901,055 901,055 00000000000000000001b75315abd01e53e09a7705bfffb261e34cfc23e0cb93 1.67 MB 3,883 4
901,054 901,054 00000000000000000001f1b31998642cdc25d7e6d8282925928d853a40bf5278 1.55 MB 3,652 7
901,053 901,053 000000000000000000005bd84011a1f68d042d514bc679a8626d0adcd9bfcbc8 1.64 MB 3,571 3
901,052 901,052 0000000000000000000127bcb54d1dd20511c5fbae9a1c1cd817d0afe4242f41 1.60 MB 3,439 10
901,051 901,051 000000000000000000021e29ed399e23e1fa5a31929eae31acbd2cba6149e026 1.50 MB 2,785 4
901,050 901,050 00000000000000000000c5a7a4e160f7b9eafc2c6827e9ef62d1d741a7f528cc 1.21 MB 2,427 2
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.