Memory Pool Memory Pool Refreshing

7,326 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (621,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,101 286,101 000000000000000110b984c329459cf965809dc46d586ce597eb6e8552c98387 0.23 MB 502 36
286,100 286,100 00000000000000000e9864ab962bd98556d4e3651b9cc61aae03f5fa6a94710c 0.23 MB 473 34
286,099 286,099 00000000000000006d8af9e14bfc0184efb9641454794b272a13233d7da76b41 0.08 MB 196 32
286,098 286,098 000000000000000179a88971ec9583cd06ba579d1846fed79930a94d8d642eb2 0.02 MB 60 52
286,097 286,097 0000000000000000c494ab19dc56d2aa2e150278b358ba9b5f35d0fa8b1889eb 0.27 MB 563 42
286,096 286,096 000000000000000093d10524e6270866d55a2dbfbe790a53b1a0edbde1e372fa 0.01 MB 24 41
286,095 286,095 00000000000000015294be23b7ca1ac7a6c61c1a02a918d0b8713d8dd18c60b1 0.01 MB 32 42
286,094 286,094 0000000000000000a84b1fdd95a3f9c808bdee1df08df94e06ab65541327e216 0.02 MB 39 34
286,093 286,093 0000000000000000c618e701aa841c0d1f65185d3515dc71c260388215b2cbbb 0.01 MB 26 55
286,092 286,092 0000000000000001244861f2fd371e4d18758d9121580e9e1d007fa3acc7cc75 0.08 MB 111 30
286,091 286,091 00000000000000008dbc75b934fa194e9b8856bd81cef8f9b0dae8577aeaf2fe 0.08 MB 193 46
286,090 286,090 00000000000000004c0a3fd45be8109f0a0e92d61f9abab4241d56e4f72a7f51 0.15 MB 238 30
286,089 286,089 000000000000000131bc1200ee754d9ddddf31ae6c38cbe0fde03a7c4a8a8626 0.02 MB 26 36
286,088 286,088 00000000000000000590a10637f6c4df16fd87ad78f27d6638546b3de2ea66b0 0.18 MB 454 39
286,087 286,087 00000000000000016c7905d424dfb87038fa0e6c3d13976ff86d0a0019b84451 0.04 MB 92 34
286,086 286,086 000000000000000038c9e8babac42fbf2e7eb43e44f02ea25c9da19350c5767c 0.09 MB 162 47
286,085 286,085 0000000000000000815a17e358a68678f5ce6666c322d09e8b8f89bdf9c027d8 0.03 MB 60 31
286,084 286,084 00000000000000003f6e11920c2794fe5ece69663e260c2189699916e37e5fd6 0.22 MB 393 29
286,083 286,083 0000000000000000d0706c72dd1bf7028c7955054d0c8218542109560a741d77 0.06 MB 188 63
286,082 286,082 0000000000000001600a42ad6b2aed216efa4683cd375c4011b501db851372bf 0.24 MB 516 19
286,081 286,081 000000000000000168ab84a661f5221cc80fdaa6ae64fc8faed707b8fe3df57a 0.14 MB 324 79
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.