Memory Pool Memory Pool Refreshing

3,456 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (240,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,844 666,844 00000000000000000005c3ec282a40aba1561f36333a0cd98353d215bb1fcbe6 1.35 MB 2,612 80
666,843 666,843 0000000000000000000b3a113bc6d12e2877c5083870a6f20a7dec2589c8dc64 1.40 MB 1,973 48
666,842 666,842 0000000000000000000bd899b04abc11a3edae329a8b5638d812efc73fb3861c 1.35 MB 2,361 74
666,841 666,841 00000000000000000005090e902525ae224fdee6b14bcf30c6185569472bd608 1.32 MB 2,008 49
666,840 666,840 0000000000000000000b667c2aa3dadf661d03aee2eea49229e67bbeedc0e812 1.41 MB 2,295 67
666,839 666,839 00000000000000000007e5edd4e753feeaba8d49f1d6bc4245685d639adcfc1b 1.23 MB 2,131 89
666,838 666,838 000000000000000000097360b4ae1a4bb7c454acc568b6fab44298c1912714b3 1.14 MB 1,904 12
666,837 666,837 00000000000000000006329e57d5a207a49354c82e685e8067d9fef04a758923 1.34 MB 2,909 66
666,836 666,836 000000000000000000091f5b4722b23ff96541ddd40575b62375c0348f1df064 1.32 MB 2,112 53
666,835 666,835 00000000000000000003aeacc1eedb2f16d903b7f69896fe7e10ea3ff77171b9 1.31 MB 1,682 11
666,834 666,834 00000000000000000001d84cadd9daae989652d1960bb87bab1c01a6554e2e74 1.27 MB 1,953 32
666,833 666,833 0000000000000000000635919b9a93363d807ae6e7786229ae9f1b1ebaee0737 1.22 MB 2,501 21
666,832 666,832 000000000000000000083f28f919f6c8181e0cec34a469af2ce5b1c07affd259 1.29 MB 2,251 19
666,831 666,831 0000000000000000000c8e62f8096aace46564c561805eb1fd6e2b133e2669c7 1.25 MB 2,493 41
666,830 666,830 000000000000000000040528114d76ca9ad97bcc118e3752292e419605e758de 1.24 MB 2,260 23
666,829 666,829 0000000000000000000692fc9fd378e879fe00984dea457a4d9027cdaf115c9a 1.32 MB 2,776 69
666,828 666,828 0000000000000000000c8724244bf2d5dc94cca710a3bc45dc90af8857510dc3 1.31 MB 2,115 30
666,827 666,827 00000000000000000002eec9f02b0b7089f354291000e60f09ac5a6f8df702c6 1.48 MB 1,965 52
666,826 666,826 00000000000000000009361022f9d70fb404efdc184bbe704cfdae9d79b47a60 1.22 MB 2,633 50
666,825 666,825 000000000000000000038801b66a47caef06173aa6bb191f37e39bc4f284bda7 1.19 MB 2,513 33
666,824 666,824 00000000000000000007843adf294a7115b71d34686bd4c3efbcb10f5c66cfa2 1.48 MB 1,953 47
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.