Memory Pool Memory Pool Refreshing

5,309 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (741,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,330 166,330 00000000000007d146418b0da90929b285bbbd16458458635e0c738425f0ec5a 0.03 MB 52 78
166,329 166,329 00000000000004b65cf113bcf421096e61e11d3d33ad9ebd5ee33ffda1a37f29 0.02 MB 51 74
166,328 166,328 00000000000004e0e2245a428d80ba7ad3f50a4bf01c78eb11fc8539151d7b9b 0.05 MB 120 38
166,327 166,327 0000000000000a665865450b9171b0b1725067a21f782875b5db4af774b67016 0.02 MB 28 67
166,326 166,326 000000000000032b191e9cb6c3636b2af72b0b9855a6cf7178553e1eede7941d 0.02 MB 49 80
166,325 166,325 000000000000050048c7da4d87c8e2d1d38a7649338d5109a4e86d887647c843 0.02 MB 21 33
166,324 166,324 0000000000000295aa4e36edd509a77a51ad0be961c31f5427dee42c9687f5c0 0.00 MB 10 49
166,323 166,323 0000000000000bb9046207cab8ce0d95092b6006bada10b4b44f8ba227c3d931 0.02 MB 67 93
166,322 166,322 0000000000000bac49ab9ab6184bf547492ee2c5bb0d97f136fb9cb3a065aa31 0.01 MB 22 95
166,321 166,321 00000000000002d3945c2367b18e3959124e5c9fce4bc54aa379f0b5341f5168 0.00 MB 7 122
166,320 166,320 000000000000022f2965ccfd424231f649163caeb16960ae607a8ebe951cd788 0.01 MB 22 168
166,319 166,319 0000000000000af2c094fcf928caad9d6842ba18c5702d932cd731ca9c4807ba 0.02 MB 40 67
166,318 166,318 000000000000048b899a9cfc287c749634b478761fdabad1112200c88fa722b1 0.01 MB 20 66
166,317 166,317 0000000000000542e120e4992dfdc58a435ba4e7c6ad913a300a3e6f554760c1 0.01 MB 20 87
166,316 166,316 00000000000001eaab8aa2927a8c7ed94e8a7a674479dd6c19a4046c922eab88 0.02 MB 56 110
166,315 166,315 0000000000000bb5ef6173ff2cc9995c0869a127595428050d707bbc4c9508fb 0.01 MB 22 94
166,314 166,314 00000000000009490cae62bde8b2bd809bcdadc739c6e1724fd34f5afb714826 0.01 MB 30 29
166,313 166,313 0000000000000004c22690a709a3c4f039b0354d87a64224584941589b353bfa 0.04 MB 115 145
166,312 166,312 00000000000007cbc75b551ec1143164f6f79963a0a78b7f0c9da46deab60d0e 0.04 MB 100 182
166,311 166,311 000000000000071616b602372912cb4a10bd754337f7b7ba67651fab46aaa8d4 0.00 MB 9 3
166,310 166,310 00000000000002265311d7abcbf78083ab5cdee8ab98fb11be057bfc25abed31 0.03 MB 42 97
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.