Memory Pool Memory Pool Refreshing

2,594 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
899,984 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,983 (4,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,798 895,798 000000000000000000014383740a42fe23f72fdf524424e23a517e77b09b1ce4 1.48 MB 2,764 5
895,797 895,797 00000000000000000000be05a94c0df32daf68f854e156c9ee4c1f3935bcb8df 1.47 MB 2,525 4
895,796 895,796 00000000000000000000ea8f1d5d2c7956c28b8452f1bbde194bec73e00242a9 1.48 MB 2,355 6
895,795 895,795 000000000000000000000b62a6f2117a4383b34f2b5dd4878277265a6919f593 1.43 MB 1,888 4
895,794 895,794 000000000000000000011475b8ccd7b9689906ca631aa467f2772563c567b1f0 1.31 MB 1,959 5
895,793 895,793 000000000000000000006078e38137a1ffc76efa45889d6fa9d828e0559dcccd 1.51 MB 2,944 4
895,792 895,792 000000000000000000008f795c31dea2f0cb971516a52c62e49047ded3d2e369 1.48 MB 2,048 5
895,791 895,791 000000000000000000023591a53bdee9143e6d436eae3377a63054b80e0fb91d 1.74 MB 2,200 4
895,790 895,790 000000000000000000002cd3733d6538f2fdd18fd974052210f03a4b5f70dd71 1.37 MB 1,218 2
895,789 895,789 00000000000000000000aaa99a118fa5ce35798df0117ccb4d14ed4aecf67e28 1.54 MB 2,346 4
895,788 895,788 00000000000000000001df4b9a9053cc66fcb4bcb8ca7a28e64f5d3401920c59 1.55 MB 2,712 4
895,787 895,787 00000000000000000000865c452ea5b470eb2e21662515dc033f25ce3c49b9b1 1.65 MB 3,100 4
895,786 895,786 00000000000000000001c4497a3019964cacaf154a9485ae0125e88a799bd9c0 1.62 MB 2,990 6
895,785 895,785 0000000000000000000001fe638951deefa584cee10849f422821d78fefdb5a9 2.77 MB 992 1
895,784 895,784 0000000000000000000186dba520413b84159bc8aba9829b5bf0e9fd8f0380d2 1.54 MB 1,978 4
895,783 895,783 0000000000000000000123c91933793dcab5ac14a635beac51de45117b99ec07 1.68 MB 2,908 4
895,782 895,782 0000000000000000000245f077413d9fc5ffe09d45d6c5ede882238d43e65d26 2.14 MB 1,878 1
895,781 895,781 0000000000000000000076de49a43c8eff976b256bd8add2ce8b6a68ec37f38c 1.57 MB 3,531 2
895,780 895,780 000000000000000000020ecc2b3c41ab6e96fe69ea4ecfbad4a5d64052dab8fd 1.53 MB 1,978 2
895,779 895,779 00000000000000000000666f5b3666c8a316e283da8eb383d5f82b4504ea9844 1.18 MB 856 2
895,778 895,778 00000000000000000002254ad29744349bdc163d1abf5d37010b9437fefec18b 1.60 MB 2,256 3
Previous 10 blocks ↓
Total Size: 755.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 546.45 GB sent, 27.99 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.