Memory Pool Memory Pool Refreshing

6,068 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,037 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (740,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,827 166,827 0000000000000adda3e1a6d5b0d0caed6ef7095abb66bbbe29707835b737cbbb 0.05 MB 111 19,741
166,826 166,826 00000000000008363c50236cf632e290b9d898ea6315355043ae9ff94bf09486 0.05 MB 116 4
166,825 166,825 000000000000074208cf897f2e2d1434d3a5bad55f5b9be76097983de9171dcc 0.05 MB 132 166
166,824 166,824 000000000000050e692f9012edf11e19db44978bb2b33854d9e6961929325c31 0.03 MB 56 139
166,823 166,823 0000000000000726743052f8c1df18cba73650a76753b44df8a2d4382d8b15be 0.05 MB 66 171
166,822 166,822 000000000000045c403bb2ef6122098ad6d3caf95d583af37f5949875feeef40 0.03 MB 66 90
166,821 166,821 00000000000007803be4637bb7eb3a5dd69dd0d19c07366391889ae3a8e377e8 0.02 MB 39 180
166,820 166,820 00000000000003e7a8565a1f0bc9f686c8adaae0b30dc3a32687581f7974563a 0.03 MB 79 80
166,819 166,819 0000000000000212f63d5ca21683f721e977e7aab357995252a5d888dd1da488 0.00 MB 9 468
166,818 166,818 0000000000000a5d90a964aaf1c723a0d51785b8d98e474cfa2e8a0e13e0e37f 0.04 MB 79 191
166,817 166,817 00000000000007c0f699b994232a9c5343140d2af266b7010cc836c1358d2661 0.04 MB 120 28
166,816 166,816 0000000000000042d66c1cb61e57e4dbc31b440058a7ab51e1d2748b1e4a7a5b 0.01 MB 16 5
166,815 166,815 0000000000000590edbcbaa71e86fc7b0e4a8f992294784751de4bb706b5ad11 0.00 MB 15 438
166,814 166,814 0000000000000327f7320ad926785c2489621c4113307c2e23bdc153a0b5af1b 0.00 MB 9 3
166,813 166,813 000000000000042ac509c2378870b32664bd59fb4df5a9943cd3d573861a6759 0.00 MB 13 41
166,812 166,812 000000000000082a12ecd3d78201c8ec5428cdd001749290337bea16fc23afb9 0.01 MB 32 176
166,811 166,811 00000000000006fdad22589af0972bd8c9480cba7bd76361a9dac7efd5c2d523 0.05 MB 111 196
166,810 166,810 000000000000080bf99c8b129bc68be905b21ce48cf83702fbb4eb49114a6c93 0.05 MB 129 62
166,809 166,809 00000000000002e603ad2172f57bcb5c59d0b3f9a5c28d8474ad902916c112d8 0.03 MB 71 68
166,808 166,808 000000000000035f4c6ddf58fb9aa7d39643f878eccab5135385138c85771279 0.05 MB 113 33
166,807 166,807 00000000000001bf5b4152d43b50bd7c7ee3207f82b3b37c8aede315ee1b8b17 0.01 MB 16 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.36 GB sent, 92.71 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.