Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (645,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,135 262,135 00000000000000016f57c2ea074a5b42b6ab443391ca776ef7e180507ad018e4 0.02 MB 54 90
262,134 262,134 000000000000001497bfc85ac3121e342adc2fac1c4354bcce897fba80ef288f 0.03 MB 88 80
262,133 262,133 0000000000000011b7e9b60facbe9d786a3fc0fd03d8c113de24a8828cf3292c 0.19 MB 414 76
262,132 262,132 0000000000000008c1f3b123622baf2f951ae6207e746f3222e8ae4fbd5248a1 0.25 MB 552 151
262,131 262,131 000000000000000b8e57e482100d30180bcbe0a85cbb7aa2251d05db063f5ae9 0.17 MB 231 84
262,130 262,130 00000000000000076ee29c4d88a83e1b900c21b7ea3e4b40e83e98dbc1d3a70d 0.25 MB 626 151
262,129 262,129 0000000000000005ad3fa11045430450989af68cb8878d446696f32d8a9ffaa2 0.03 MB 78 55
262,128 262,128 0000000000000001abb29ce317913ef48b488846af57f76b640f244415145d43 0.25 MB 476 115
262,127 262,127 000000000000000211e313ba87a33cc08c2a22b365c894a33eeda0ec390c5a95 0.18 MB 409 114
262,126 262,126 0000000000000007a631c9324763c7647437653b4d8709f3876a392f5fe53d7d 0.01 MB 14 124
262,125 262,125 000000000000000eb4dcba107223edc87df7a833382f3f20e259a7dd6649f9ea 0.10 MB 206 91
262,124 262,124 000000000000000a1ba1c5c8c9534f73f11a09b0200f441d4144ddd05c87e900 0.25 MB 658 147
262,123 262,123 00000000000000048b424f0ed41131e4484e5f0edb4a805a713e5c80b04161df 0.03 MB 100 156
262,122 262,122 0000000000000009c2b6130dbece8eda6bcff5c231e384f0e1b60d84d56ffa7e 0.13 MB 162 23
262,121 262,121 00000000000000095023cf4ac4caace98f228e8745f7641ea19e2be5926b586a 0.35 MB 538 76
262,120 262,120 000000000000000c282c6779b8413db4f8b1686bc0c73747abdbff685ad48137 0.03 MB 73 8
262,119 262,119 0000000000000003b2c99b5b64ea61d051f413b6fec295ba0f32bfbd702f7ecd 0.17 MB 339 107
262,118 262,118 0000000000000015b3e6243ece62a6730160f9d27637b6940e33dad50de9c329 0.43 MB 1,045 138
262,117 262,117 000000000000000e05b536e6a4f20467f031e8195d064b9e8da47942d885d0d9 0.02 MB 42 79
262,116 262,116 0000000000000010416fb851ac9151a6018852530fd97debd20b346a9ca807a3 0.02 MB 40 81
262,115 262,115 000000000000000f4e928f7c4f38fa1e4d916104cf7ccb35ab3560f1d0bdd88a 0.05 MB 133 66
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.