Memory Pool Memory Pool Refreshing

1,955 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,958 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,948 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (7,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,702 900,702 00000000000000000001c208394c43ddf5acc457c94fb047622b2b5616441a96 0.42 MB 643 2
900,701 900,701 000000000000000000022177edfc680f1b7f85019899fdd2427b3e4f30d81093 0.91 MB 1,260 2
900,700 900,700 0000000000000000000109ac594a09e6d42c15896e8fc1301621df9dc62c1929 0.99 MB 1,618 1
900,699 900,699 000000000000000000021d85a20352b73c9084ab5da3b7b8b1b68cea089ad348 1.43 MB 2,140 2
900,698 900,698 000000000000000000021ac31a9c5fdb1e715e4a8c4ef895a44aec331bc16ba9 0.09 MB 149 3
900,697 900,697 000000000000000000002619abd821bcbfc77a552ddf76d3687ba0b83b51c62f 0.55 MB 959 2
900,696 900,696 00000000000000000000c2753f83e8c4efb7b2d0418dcc4bf8711eb09a691f95 1.47 MB 1,911 2
900,695 900,695 00000000000000000000c400b4e2f6d22cd20d7306381eb6dbea7204b7b637d7 0.26 MB 332 2
900,694 900,694 00000000000000000001b615bef0a01c5eb2dcb1d54322e0745917224a5432eb 0.00 MB 12 4
900,693 900,693 0000000000000000000220acfc28e42d4bfeee4929dae60b4991125e0d0f3d31 1.33 MB 1,885 2
900,692 900,692 00000000000000000001914a2acd44f4418bfde56a815eef874f3b6218302289 1.98 MB 1,121 1
900,691 900,691 000000000000000000001fee0cb9024162eebba7556a709da47b9c818a2b6389 1.41 MB 2,677 3
900,690 900,690 0000000000000000000221402fde007fb9a7a99b51b5717f405e63b5e72d24a5 0.71 MB 1,108 2
900,689 900,689 000000000000000000007e0b494e1d51e6cd49f09cbbc6509a75300bed0836bb 0.64 MB 677 1
900,688 900,688 00000000000000000001b15cc925a7fe013ef8bfc4a2cd8f1f32dd417884530b 1.54 MB 2,300 3
900,687 900,687 00000000000000000001bd38f7fcb587e4020fd1befcd50df77927be6a153e56 1.39 MB 1,098 1
900,686 900,686 000000000000000000008bcac7f4bddc4aad69543730246677153744fa9df332 1.43 MB 1,852 2
900,685 900,685 00000000000000000000ecf7d922fe975d6aa34ef1ba2101275320d61ad0faf7 1.54 MB 2,529 3
900,684 900,684 00000000000000000000bbaacead344e77fc02be21fece4b4b704a750afd2d3a 1.09 MB 516 1
900,683 900,683 00000000000000000000a6bda1dc1dbba148b1242ce9fcbf3e125b876deb6a51 1.17 MB 672 1
900,682 900,682 00000000000000000001476ea67a732345f40f7c76547dd660bbdbe868ce0efb 1.52 MB 2,117 3
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.27 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.