Memory Pool Memory Pool Refreshing

6,251 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,796 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (837,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,099 71,099 000000000095d5cdb2c888abe9b62762d3f3d726bf4223cf97953885df9380a7 0.00 MB 1 0
71,098 71,098 00000000003613481d2344863c117bbe57659139bec20dc8b3ecc3d8c4f5f5c5 0.00 MB 2 0
71,097 71,097 0000000000a7b9374feb70040cf36d903f4230165f6c264d090860350f78b5fe 0.00 MB 1 0
71,096 71,096 0000000000ceb8ec00c6f3b3c2a177bfdc63e162badc82a8f36310adf27ccc00 0.00 MB 1 0
71,095 71,095 0000000000b09c08b1c4b17b78be8a0b9ac46f0da818bbf91ecc7d8d891d2b38 0.00 MB 1 0
71,094 71,094 0000000000034c906f365ab575da1cc419c0337b6ec577454da5f55cc755bf66 0.00 MB 3 0
71,093 71,093 00000000009b5514c03d81431b5d972823cd8971a723fbdbbe0e417d07dbb4db 0.00 MB 1 0
71,092 71,092 00000000008531a25e97d2a3910d6190d1928cf978ae0f84fca094db936ea391 0.00 MB 2 0
71,091 71,091 0000000000a87c072c36837b10772f5207f3f2f2e9aff40fec22a055f3b9d7b2 0.00 MB 1 0
71,090 71,090 000000000081dd21376295dd69cf9d7f2c446ec1864ec7911abcb5ec53eac822 0.00 MB 1 0
71,089 71,089 000000000065b1445c89117555af2428c3aab0ce0426fec68a9d1f2d4fe80c75 0.00 MB 1 0
71,088 71,088 0000000000943b2ef83f86730b7a896e0307fb4a20c557c4f705a0184c3fca0c 0.00 MB 1 0
71,087 71,087 000000000084942c5a09e19735b8ce400fd4ca51871b5c9d496c69d4e8574db8 0.00 MB 1 0
71,086 71,086 00000000004724a2efae65e6347e39b59ae687ba7bd03c3a52528dc42cbeca71 0.00 MB 2 0
71,085 71,085 0000000000b7b50aaf8042b14ba182d70f87bf6a9f30b9b76e49974632ac5c03 0.00 MB 1 0
71,084 71,084 00000000001e4b20d34539a3fdcfe41e5fd2feb85d5c047887d6588db08b4b3b 0.00 MB 1 0
71,083 71,083 0000000000ff48a4fc7c06dfc066f4e76c489877a27ba9fb1c050953819a20a2 0.00 MB 1 0
71,082 71,082 0000000000fbd558e35d869bde2df3aa9e1730677b3a1da10d9f8f9ba0296c15 0.00 MB 1 0
71,081 71,081 000000000054d9894f74180a7c13b628a37c714b02aea7618da38b860d23bf48 0.00 MB 1 0
71,080 71,080 00000000007d00f1505ed3c4f4423cfea769015f649b0c563170e2fd781391a7 0.00 MB 1 0
71,079 71,079 000000000099fa1d89eff75db3be16b6767f3cdf51c9134905ed8157315834bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.