Memory Pool Memory Pool Refreshing

61,080 transactions
22.95 vMB
Show Random Selection Loading Transactions
Max Size: 137/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
2 sats/vbyte 12
2 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,594 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,593 (448,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,321 430,321 000000000000000000499643eafb44cb0d4dc6f8175a101a1cbd623ddffda109 0.40 MB 925 58
430,320 430,320 0000000000000000015c011afa7f58c50ce26eefa33f42c8aec26507745d87e5 0.47 MB 915 51
430,319 430,319 00000000000000000087aae9da86748fff23a959fdd348d8db3a01218eafdb3b 0.89 MB 1,805 57
430,318 430,318 000000000000000002d5c5d6588365e75073db247dbf85028ddba7a0ea78f1a0 0.32 MB 718 58
430,317 430,317 000000000000000002adcf2c81f46ddfc613f4338a5aa298e49eecdd9a9d86c1 0.35 MB 709 59
430,316 430,316 000000000000000004c22a671f68b9342638e0cbb7a4d73c8f5e6cd5a4164676 0.23 MB 592 66
430,315 430,315 000000000000000001186c1914029b97b47d5d26e12549f42a0dfee4713de0cd 0.22 MB 266 54
430,314 430,314 0000000000000000004bbd926a0b0b0a119383b1c2371449dab8c3d3e1aed38f 0.29 MB 370 52
430,313 430,313 000000000000000004a4de57a9e15dae4ee3dc9392a55c0c9a1a545da35fd23e 1.00 MB 538 18
430,312 430,312 0000000000000000030e298cf62b7fa6815755874947d925cd1c99b94e699174 0.98 MB 1,566 61
430,311 430,311 0000000000000000047afd8db643d8efaa8a0d58bc9ca8b09f0e3e5264e293ab 1.00 MB 2,689 66
430,310 430,310 0000000000000000007d229d0045811dacc812e267936c647fb66d9625c98831 0.23 MB 670 73
430,309 430,309 00000000000000000175c14b67d5c60fb018ca3fd46edfb9c505fd365f0cfd33 0.25 MB 619 62
430,308 430,308 00000000000000000363cf3ddca5b2e51772fc79cfe079aac06292a2830a2672 0.78 MB 1,893 62
430,307 430,307 000000000000000000b7cc6e905378aa26bea010b70f11cf27fe7ea11f88ae37 0.53 MB 1,435 64
430,306 430,306 000000000000000002aa7f766addf83f0465ef2e97635f2735acd088e470242a 0.33 MB 617 54
430,305 430,305 00000000000000000094da1a158f9946d358ce7b1c698a7ac159df2b04367050 0.99 MB 2,016 51
430,304 430,304 000000000000000002d22e11d652895cf0cbac6c6de0910f24e2ca743c95177d 0.30 MB 654 59
430,303 430,303 000000000000000004c42def841e7e32b9d427629603fce72296351dcd46e325 0.05 MB 90 49
430,302 430,302 0000000000000000014cd3951f74d2478e41ca5618e6fc79771432eea05d0688 0.98 MB 781 19
430,301 430,301 0000000000000000039e28ed921d3434e2ae01b48578835b6895a3b1de796bc8 0.33 MB 827 63
Previous 10 blocks ↓
Total Size: 715.52 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,432.21 GB sent, 42.82 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.