Memory Pool Memory Pool Refreshing

3,516 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (123,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,980 783,980 0000000000000000000396be084c546f1eaf1bf410256e444dc2e26ab84de257 1.89 MB 2,831 13
783,979 783,979 00000000000000000002163d4672742ed2ac6bfc8f55cbfd32bea35d2dfc0aef 1.29 MB 1,919 25
783,978 783,978 0000000000000000000112b790dee367997be48afce6276fb5d46d2b445eb9fd 1.37 MB 2,416 25
783,977 783,977 000000000000000000052ca92d4ded5a2db87e2be2df7cf91e800085937f5aa8 1.51 MB 3,469 24
783,976 783,976 00000000000000000002ace794d413d5b664c1636517c6a9bc65de50f9eb52ac 2.69 MB 1,472 8
783,975 783,975 0000000000000000000128f2e3b1daab2626773e7236695e0e1bbf2405e83fc9 1.86 MB 3,333 16
783,974 783,974 00000000000000000003c7557fdff8bc8460d8fc033cb2714b6fc04198696d73 1.87 MB 2,684 9
783,973 783,973 0000000000000000000301d7a8d1934137cc6517c5c1c9d75c74d27aa368728a 2.74 MB 2,631 11
783,972 783,972 00000000000000000002f77d13f93878830c9f1608d88132b62b9cb00f3234aa 2.07 MB 3,050 13
783,971 783,971 0000000000000000000034840f9fc461e2f943d8b563d752fa6fb18a503a8cb3 1.51 MB 3,315 27
783,970 783,970 000000000000000000015b776d98479c29da662b879bf70edd6f28593fd5c36b 2.07 MB 2,079 14
783,969 783,969 00000000000000000005bca7fa7537e708abfa1cfa86775440ed1d2a2ae2bea5 1.81 MB 1,760 9
783,968 783,968 00000000000000000001ca0dd22358bb5e6cb4cdd28da29ee248e48be0efae45 2.02 MB 3,104 13
783,967 783,967 0000000000000000000205422aab96ae16c2ac9d11d98718c5a33754d73cd47c 1.81 MB 3,254 18
783,966 783,966 00000000000000000004add9ec7b727cf17493d7908fe4211acb3d23949d5cf9 1.38 MB 1,728 14
783,965 783,965 00000000000000000003320f8c721535881379624478c550b5fe569c257bd5fd 1.48 MB 3,034 28
783,964 783,964 00000000000000000005dc2489382407ac8ced424a640a5fdbc9639d5d25890c 1.48 MB 2,885 25
783,963 783,963 00000000000000000004b8efea5995cf7ab8bf96244656f1fd79d444f0d8b611 1.42 MB 2,659 33
783,962 783,962 00000000000000000005059da664565e4265f0d5c39e2a2f77eda18a2f617445 1.51 MB 3,319 21
783,961 783,961 000000000000000000033f2ab51a55dec73771d91bdc87254ed099c63333cb9d 1.54 MB 3,471 36
783,960 783,960 00000000000000000001fb2080420771e71c4d101d79e75eae175653e5120d41 2.01 MB 1,524 26
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.