Memory Pool Memory Pool Refreshing

3,070 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,701 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (625,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,444 282,444 0000000000000000dc618370bf61505c97844bdbd4a8927abb99ed414a270327 0.05 MB 150 66
282,443 282,443 0000000000000001000ff721b3a832df01242bbec138a296c913d931ebe5684e 0.05 MB 173 118
282,442 282,442 00000000000000019c6866b58a72fb314778982a0128a33d238e7afe10435c11 0.25 MB 681 55
282,441 282,441 0000000000000000142f268bf897d236bf843d665572245f9c73029e6f50be9b 0.04 MB 41 24
282,440 282,440 00000000000000012a8d194980a2bd49365ce6b7116d1204af1a9a88f3e4eb5a 0.05 MB 118 55
282,439 282,439 0000000000000001790b3b14d7207abd5234391913e684b4228da38ea9329758 0.23 MB 359 30
282,438 282,438 0000000000000001168897411bb400c6d20fba5f20c2012bc4c59c5c2fc620d1 0.25 MB 654 71
282,437 282,437 0000000000000000e8bfaef969e13f27ada12e515f8bcf9dc939257d0fa0753c 0.07 MB 171 43
282,436 282,436 00000000000000011f13336fe3860b3eb93f17b343ca4d489447eb057ce51cd3 0.18 MB 456 42
282,435 282,435 0000000000000000c6647dad26b01b28f534223450d75d3b6b2882855039b673 0.05 MB 129 34
282,434 282,434 00000000000000008afaabd568d9efebfd776cff426dfafb1f92580fea1ad35e 0.06 MB 114 52
282,433 282,433 0000000000000000be7ee98ff3f4e50f05f45e28516df6d5bf93749834a9f33f 0.10 MB 167 27
282,432 282,432 00000000000000014c84690876d56cbe40e3a4431f3a44d3c498bb82617c5714 0.15 MB 336 50
282,431 282,431 0000000000000000055cb02bc02bafbc981c4c9dfe365fcd42b10555a6a4c8dc 0.04 MB 81 33
282,430 282,430 00000000000000013520e767644f4f432a7ea67752abc4fa83c420039f1f2324 0.44 MB 531 22
282,429 282,429 0000000000000001ac5465fd70cdd3dce6564df8656aba5f62534065860ab7d4 0.25 MB 563 38
282,428 282,428 0000000000000000714e357bab4f30960d27b2663ede9dfc35b45ca37620f508 0.25 MB 733 77
282,427 282,427 00000000000000009d1faa9fbc1aba43c3439ff5be5bcc1f90a058036e8305bb 0.05 MB 146 57
282,426 282,426 0000000000000000747447f945adf9172f43927e1a81f5701910617a00c4c134 0.00 MB 1 0
282,425 282,425 0000000000000000fbe24c2ccf877cf6bcab5a503b6ec7a522cca898e97efca0 0.25 MB 593 35
282,424 282,424 00000000000000014ac6368eb098a2bc6bc02115fb34812df9f613c20c61cefc 0.25 MB 600 76
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.