Memory Pool Memory Pool Refreshing

3,433 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (739,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,382 168,382 000000000000061ae8ccdc33c1c2592977c88104382a16ffc8635d043d731f34 0.00 MB 5 848
168,381 168,381 000000000000059dfd4d67a031a184e904c40d845b451ce744d77c1c64448ca1 0.02 MB 73 59
168,380 168,380 0000000000000bcecdbfb815a263ab8ed5e7b0d3ca41dd7c67566d645298e9b2 0.03 MB 46 39
168,379 168,379 0000000000000a01ecb8447c88962faf3b3d94ca46aa9035af73c0ec4a186126 0.00 MB 1 0
168,378 168,378 0000000000000789ba6f864531c0934ac68b7d28ec309099463b767b27fdd0f6 0.00 MB 11 52
168,377 168,377 00000000000009dce8de0d549b286a596a3178013610b8d1270fc018c23115df 0.00 MB 11 17
168,376 168,376 00000000000005dc726a57f7dc911c7dbc1abd35fe2212150530ff192f1977d8 0.03 MB 88 98
168,375 168,375 0000000000000905e3f95c7dac5dd2634c8e503532ae8c011e14cb903f93a1cd 0.04 MB 22 82
168,374 168,374 0000000000000b453a527d426061b1b4d95da4978bffa852a18b7f0f746ef2fc 0.01 MB 24 23
168,373 168,373 0000000000000a0137c1cda537b6b99d9d17d227d4a361bca4505e58231f117f 0.00 MB 1 0
168,372 168,372 000000000000040edc19a91cfeb79186e6f62d235aca123cc0c76d1134b204ed 0.01 MB 14 83
168,371 168,371 00000000000007572a813cb5da06133a433f8bfe370458afbc37706905939597 0.01 MB 22 3
168,370 168,370 00000000000003a939748501342e10e1368cb1187d17117986f2b932e3dc2065 0.03 MB 81 160
168,369 168,369 00000000000008e61b8b16d0e47093b481c41fbabf6552c8ca7788e367471e12 0.02 MB 44 10
168,368 168,368 000000000000007c4912fcdd260ecc53087c20e579b2df80254a9cb9036ecbd9 0.00 MB 12 16
168,367 168,367 0000000000000059c1abb331d541a8261a8d6d46c095ccd0ae45bb70b4572480 0.00 MB 13 358
168,366 168,366 00000000000007a6f1ddf47df67da93da3b2149529c89461e4fae4bed6b7027b 0.01 MB 30 9
168,365 168,365 000000000000008fd2194e443101541a5095895b867532e8987e46bd8433d5eb 0.00 MB 1 0
168,364 168,364 0000000000000a6af68959c2516cb045e391e28d1a5fdaab2fc69966b7849207 0.01 MB 49 74
168,363 168,363 00000000000007685109202662c05abe9719d36d38ed3b2b9b1965dad0ea3472 0.02 MB 66 244
168,362 168,362 00000000000004386966c77c83f4aede509314cc216f83b51b45232065dfcd46 0.01 MB 20 246
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.