Memory Pool Memory Pool Refreshing

2,656 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,850 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,849 (55,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,793 852,793 000000000000000000025c007d561763fd6705a8f4b949fa5f00f17d944c6f73 1.63 MB 3,517 10
852,792 852,792 00000000000000000000ff962b3a95ad838cc23d6b7c6b5cfe0110dbc722eaae 1.72 MB 3,631 6
852,791 852,791 00000000000000000001ff75ef7643f19cb62d21a69ee23642a06e69c6ed80d0 1.65 MB 3,102 10
852,790 852,790 000000000000000000018ecb6520fe829aed3ce88d82ff1c58356678c8782749 1.48 MB 2,841 9
852,789 852,789 00000000000000000000d8613152316a485b90f510421d1b9eb494d35f435a8d 1.50 MB 3,068 13
852,788 852,788 000000000000000000006f8d31396403adfd254fc289d5dbf842a840c29e661c 1.66 MB 4,186 5
852,787 852,787 00000000000000000001d5246d609557eecef56de2f72a6a875bd5bf193c3ed4 1.57 MB 3,474 8
852,786 852,786 0000000000000000000356f553ed3ab80b9814587523066a533994343a1cc798 1.85 MB 737 4
852,785 852,785 00000000000000000002c2aca76f172fdafc869fc73428b0206e169c2ae187fe 1.70 MB 2,843 6
852,784 852,784 00000000000000000001712c10103ddb49cd065d833262977a72f114414bab2a 1.57 MB 4,409 8
852,783 852,783 000000000000000000000ac3163dee9f72faff69fba809b4ca8ed3221be6ad80 1.67 MB 5,131 5
852,782 852,782 00000000000000000002db433f7dc84e72253d1082541cb12a7d4e5217bb8db8 1.58 MB 5,938 5
852,781 852,781 00000000000000000000532924be3c70517d6830b497af9c0d6db449df8fa393 1.64 MB 5,292 6
852,780 852,780 0000000000000000000361278b29a6860a35c9b3ab73705beb69e3b15570f066 1.63 MB 5,711 5
852,779 852,779 00000000000000000001ac1f325f34f4609c6c267620c045089456b96265cc4b 1.39 MB 2,497 9
852,778 852,778 000000000000000000031441f5a209671efc8fee3a541458d615245dc13e3f2a 1.69 MB 5,219 6
852,777 852,777 00000000000000000000f276eee1c57b7c84fa00aef07d85a85661c24058f32e 1.77 MB 2,854 5
852,776 852,776 0000000000000000000249b32d0f0cf21ccfa2eff7406dba926bdfd1ca9e84e4 1.53 MB 3,014 12
852,775 852,775 00000000000000000001e1549ae58bec7904b76545d11321679194c08c697aac 1.99 MB 792 13
852,774 852,774 0000000000000000000311d0adeaf3bfc4c8d50e5fc2c55e48d39ff728de41ab 1.78 MB 2,561 4
852,773 852,773 0000000000000000000103c3819307621a4f6013631d49d5d84d562c59b2c353 1.83 MB 2,029 6
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.