Memory Pool Memory Pool Refreshing

6,632 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (30,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,175 877,175 000000000000000000015d06551e67a0d25927f72d42e68dfb8231a21903302f 1.42 MB 2,077 6
877,174 877,174 00000000000000000001496739ebf6ca69b7126cb237c6263fbca0b20b8ccb49 1.77 MB 2,465 5
877,173 877,173 000000000000000000007df6db23651b9edb2c87762c544f571fabfba37798bf 1.78 MB 2,321 2
877,172 877,172 00000000000000000001204054186d0075eae640c250f718140d422b72f92e88 1.68 MB 1,742 4
877,171 877,171 00000000000000000000ef837bca567c3a72322db06134a24eee3ca2bf07e978 1.28 MB 699 2
877,170 877,170 00000000000000000001dab046b08ee965c7fc269d2dd3755292c9a1a23e8de6 1.67 MB 2,832 4
877,169 877,169 000000000000000000004376cb8171f092775394ab6accdf5101c30da9d61434 1.72 MB 3,183 7
877,168 877,168 00000000000000000001221394190464a893594b58b00cded8d2187780f789a7 1.53 MB 1,732 3
877,167 877,167 00000000000000000000c3fca1c0a517c7fed19d9a079112a435921011558f1a 1.83 MB 2,283 5
877,166 877,166 00000000000000000001023b762acd359c6690d6ee5b66f0bb8e7254e477c898 1.66 MB 3,369 4
877,165 877,165 00000000000000000001dfe9df55a2d87c6e0a32cedb21e11e7456fa29e09815 1.76 MB 2,461 5
877,164 877,164 0000000000000000000072b4ce793f139ea60beebd1ea311c817ba9af4290982 1.80 MB 1,783 4
877,163 877,163 00000000000000000001b6e3d0ea1a4550bb9253be9b5933d1e576c643936df3 1.46 MB 1,403 2
877,162 877,162 00000000000000000001e8330a3bb61f566ff5442e657005f4e2e3e88eda4031 1.66 MB 2,774 3
877,161 877,161 00000000000000000000fe3ae608d7a1381c52b4fe2718232a0f04963e32e613 1.56 MB 3,094 7
877,160 877,160 0000000000000000000139950b0ddb34c3b23fd78ff0bcd9c7c22338e49efafa 1.58 MB 2,356 6
877,159 877,159 0000000000000000000073f4afa02fe90b4955d7373a8a92466494465be9e4a8 1.82 MB 1,436 2
877,158 877,158 00000000000000000001d8f06b1c5191c823ea70da320cc1a7ed3407e427e139 1.94 MB 464 1
877,157 877,157 000000000000000000005ca7513243e06b83a3b02053494f353a85f5d4120a12 2.09 MB 426 1
877,156 877,156 0000000000000000000012a103b4160462fb7cd62775fd706755b42546b41b63 1.95 MB 1,175 1
877,155 877,155 00000000000000000000e7da482a7393479fc261678975ecf08e2d71bf5dc18e 2.19 MB 704 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.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.