Memory Pool Memory Pool Refreshing

5,222 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (647,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,093 260,093 00000000000000012332fb8b39fc7165eb18e1464f1dbcd553f3f88cecdf52d1 0.30 MB 792 112
260,092 260,092 00000000000000097288a4489af7168490451c3fddf59724c6d4a85ce5b69445 0.25 MB 712 173
260,091 260,091 000000000000001c65c78c11450d6f9e5bad91138df5be69beb5346f1b2e9183 0.18 MB 405 120
260,090 260,090 000000000000000e2fa67d667473b0d374ec1cb7ca226b331b2df0ec206d40f2 0.24 MB 580 120
260,089 260,089 00000000000000072441724610c80d6131fc3ba5afa5260d7ed3256aa6de0e25 0.04 MB 91 85
260,088 260,088 00000000000000000ed370c762296a778a52775c66a9d9ce0048008c601f019b 0.23 MB 391 45
260,087 260,087 000000000000001267d72de2002805b571979e747b4398ccd22ed363add63f99 0.25 MB 648 257
260,086 260,086 0000000000000015293f49e73535777ef40862a6452059df96a3cc586a365642 0.24 MB 607 104
260,085 260,085 0000000000000003153f7fc48cd06483486217d3057e625f5a68d92d3345bf0a 0.03 MB 78 116
260,084 260,084 000000000000001cb724cd7d636e96dd64f1f02acce2ca831126e7915d0ff3f9 0.07 MB 158 99
260,083 260,083 000000000000001a57dcb45c6c05d5f3d5a52570a9d53a13a1357572659af6c7 0.23 MB 228 37
260,082 260,082 000000000000000483880ba0c83239bb38d1661376dd050e8076511e09adf5b7 0.23 MB 608 117
260,081 260,081 000000000000000eedbf69eb519bad3862c148abad9872b9526ad72eef9013e7 0.23 MB 481 112
260,080 260,080 00000000000000024cc2287910484dc4acbb245d89e39a15430bbed473fd6331 0.05 MB 152 121
260,079 260,079 0000000000000019c68739a47e8fec5d25fd2f1ee6e706fe4d64a485c788e335 0.08 MB 172 107
260,078 260,078 0000000000000008b180abf84be42fe13a565e26098ddbd2fc6680d88db74051 0.02 MB 38 77
260,077 260,077 000000000000000157205da1083f97b90e80b54c26424ff5ee2a895ea74a2b51 0.06 MB 113 95
260,076 260,076 000000000000001543b1d4a051aff355198d5c316b8677a6c6a256867a358b9f 0.05 MB 111 59
260,075 260,075 0000000000000003f4cdb8513bc8b459b4ec21195999a71a454a3819b8ad6ade 0.23 MB 561 58
260,074 260,074 0000000000000009e64a39850781011794ad86c8355b5898ecfa3077bf654aef 0.30 MB 793 156
260,073 260,073 00000000000000077f2c101e9531b82e2584fa28e68c4806324373905f9785a4 0.04 MB 109 55
Previous 10 blocks ↓
Total Size: 768.98 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.00 GB sent, 92.71 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.