Memory Pool Memory Pool Refreshing

1,012 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 983 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (621,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
286,080 286,080 0000000000000000519986bb06f719b5f6d6e9f246fdac304ae8a4e96a5dc312 0.03 MB 46 7
286,079 286,079 000000000000000053cf6555b1b7c7b908ba641169d415adb26258045b50406a 0.25 MB 442 36
286,078 286,078 00000000000000005dfd07c9fdfeaee16fed99bfbdb198e5a7dee53994ea6363 0.10 MB 212 28
286,077 286,077 000000000000000119a5268c357c84e784adb9dbe5c33cb877ef372fdf145d67 0.31 MB 620 36
286,076 286,076 00000000000000000bdc3272b41f4c3624f4f229cec96aa21984c77db6383dcb 0.30 MB 453 36
286,075 286,075 00000000000000000d6340ff3babca557a4b3e81c4632b4f5d50f72646ad0376 0.04 MB 86 28
286,074 286,074 0000000000000000e1e11e7f40917af3d882606090bb76dc240e9f1bfb02bd03 0.02 MB 44 31
286,073 286,073 000000000000000028f3f104c396af0dca706aebc5d865f77548353d08d919f1 0.10 MB 217 43
286,072 286,072 0000000000000000e93e29dd272a38fc9eb867d7f97bb13359c78586d557e8c1 0.04 MB 88 34
286,071 286,071 000000000000000078b896f5fde850b6106321c94fc5f9d1ba8c17def2b73cb4 0.32 MB 574 31
286,070 286,070 000000000000000047d9b88152cc01b4d0eecc1fd345a2498f334445b5b621b6 0.06 MB 111 39
286,069 286,069 0000000000000001124002673945a7e2f725b9f6f3657b94548260ad661e5821 0.06 MB 202 133
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.