Memory Pool Memory Pool Refreshing

7,824 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,522 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (50,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,764 857,764 00000000000000000000782f429ed2e1b5680d84b0bc61847c3aa40227a8e1ef 1.55 MB 7,498 3
857,763 857,763 000000000000000000008a2a27da2344585f1fffbd6b6e76806b4cea529056cd 1.60 MB 5,992 4
857,762 857,762 00000000000000000001f1a24d0a8ff563f37641b6f104c9c2e92db8664bee1b 1.66 MB 6,332 4
857,761 857,761 000000000000000000015cdc513c9d4052398e31701d8eca0bd4b478e1222ea6 1.61 MB 3,824 6
857,760 857,760 00000000000000000001ce80442590e3d7b26d8b06d4b83aca9a5dc10ce66fac 1.58 MB 3,231 13
857,759 857,759 00000000000000000002629772149fa28f985b05bb7da36c6a61524402c32e24 1.41 MB 3,740 5
857,758 857,758 000000000000000000013e213bf619567c1783575f41d60cfc7af8e868ef8704 1.55 MB 4,073 6
857,757 857,757 000000000000000000006392f5520e9dab23f5b0d2f51c49ab3f5bf701d779f0 1.65 MB 5,767 3
857,756 857,756 00000000000000000001ca106886527a9cbd464db56efaca39fb067af853b200 1.57 MB 4,395 7
857,755 857,755 0000000000000000000197a15606ebb105278b92845164153c860283321d23a9 1.74 MB 3,163 5
857,754 857,754 00000000000000000000d4b1d34a4d159f916daca577bab03f689a502e306a31 1.65 MB 4,243 7
857,753 857,753 000000000000000000033253d1bd895cf47c293f2d0a47c11edd96fc7acf4488 1.68 MB 3,172 6
857,752 857,752 0000000000000000000229403e553e8e0a0a377df4b6945dc6b49289388e77b9 1.69 MB 4,654 6
857,751 857,751 00000000000000000002867f1beba212db224168c7f78ece46e5f1e0d74224a4 1.59 MB 2,861 4
857,750 857,750 00000000000000000001c12ebb233ab1fb80230a3cfb47d045dfbe52ea127961 1.73 MB 2,249 7
857,749 857,749 000000000000000000015ce7a50c77c91350f377a4eb89ee880c06e978a115ba 1.77 MB 2,096 7
857,748 857,748 000000000000000000015777ea02fff6a330bf1b90631179d3bc7bf056ab1c5b 1.73 MB 4,360 8
857,747 857,747 0000000000000000000313e4f8bb4f28005138e52c998d9db8d5e35c9f5eef06 1.52 MB 3,220 11
857,746 857,746 000000000000000000028acd6f86527305330db55d9de9aa0dfa7c9fdcfedf15 1.67 MB 4,464 8
857,745 857,745 0000000000000000000085ed42f7135407b28461681e0dfad6e7fbb1aa7b013e 1.62 MB 4,232 5
857,744 857,744 000000000000000000006adba3ecc9f2f5ca87461cdf00d9ed0222728f1f9c3f 1.54 MB 3,522 4
Previous 10 blocks ↓
Total Size: 769.80 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,680.43 GB sent, 96.91 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.