Memory Pool Memory Pool Refreshing

2,587 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
899,752 0000000000000000000237740000000000000000000000000000000000000000 ago 0.92 vMB 2,575 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,751 (3,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,992 895,992 0000000000000000000046dcb22928f209e19fa4f7e1aaac46da1704f12da035 1.60 MB 3,982 6
895,991 895,991 0000000000000000000233c0da73769631abd99de8bbccfabbcef6a0b2c86534 1.56 MB 4,054 8
895,990 895,990 0000000000000000000099c27e6d08fa06abad3b04ceabdc34806511d17987e0 1.83 MB 2,966 6
895,989 895,989 000000000000000000019c3739208f06cbaecb74a2f967c7a0d4808d3063be4b 1.57 MB 3,820 7
895,988 895,988 00000000000000000000cbb419ace5fea63174eed0e2a8a6b1beb0c458250f5c 1.84 MB 2,606 4
895,987 895,987 00000000000000000000563949cf298c7ca36c2b32c6e71798973e8bc45af7f0 1.56 MB 3,364 6
895,986 895,986 000000000000000000021f6fd25ba6e9213eb2b4cdf6a26e148481916d86e68b 1.47 MB 2,917 5
895,985 895,985 000000000000000000004cc6efdca063c6238c1551c2e66208ba4d98f82fc7bb 1.59 MB 2,816 5
895,984 895,984 000000000000000000003a490d6e3050e7b159375af2dbe98ecdf48bbfb0da43 1.55 MB 1,065 3
895,983 895,983 00000000000000000001848498c80487ff44f3167633a26d0cba3313915da15c 1.84 MB 3,125 5
895,982 895,982 000000000000000000012567d056b4fb812abad1776d2521ed162cfe10dfe1b4 1.72 MB 2,550 4
895,981 895,981 000000000000000000001de6c0a9b337c3bf016ab4929f0a18bd066467a64798 1.32 MB 1,722 5
895,980 895,980 00000000000000000000688000d2a106b435f34c20da89da0268fdae825227d7 1.70 MB 3,284 6
895,979 895,979 000000000000000000018fa07e0dceeef9f2b00c6d55bd4c846b1c715826573b 1.64 MB 3,222 6
895,978 895,978 000000000000000000017a648e6e03013d1b69625452456ea02b164ce913bf61 0.00 MB 1 0
895,977 895,977 00000000000000000000490887cf76d4bb6a0da9666f5cb711ec9cd039e78ded 1.66 MB 2,688 6
895,976 895,976 00000000000000000001e8f0785fa84bf602277291d96dc7b0db54ef0f7cc480 1.62 MB 3,910 9
895,975 895,975 000000000000000000007d8eae59bbfa0eb1a7eeddc292a5d0fd16bf7dc5a427 1.66 MB 3,502 6
895,974 895,974 000000000000000000023dbf4bca4c161b62f0f2c502f0696f38c3c8b795cf2b 1.53 MB 3,618 10
895,973 895,973 000000000000000000019e445c4b486ca591540b00e9209b88ec120ca20c577a 1.52 MB 3,098 7
895,972 895,972 00000000000000000001f8c77396e66c017cfbed8a91671ef8aaadbdee12ba52 1.58 MB 568 2
Previous 10 blocks ↓
Total Size: 755.56 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: 528.76 GB sent, 26.25 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.