Memory Pool Memory Pool Refreshing

2,810 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (634,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,856 272,856 0000000000000005bbb94f7614ed0d33c74d6af98d7105f58b2da6774c2f75c8 0.11 MB 128 19
272,855 272,855 0000000000000000c4b076e29d1c3d090513a0aa2a451cb3218b90091b3a2cdb 0.25 MB 520 48
272,854 272,854 000000000000000292a87e43463f0b843c07ddfa603622f739296a917aebc3da 0.25 MB 761 74
272,853 272,853 000000000000000223377e3c7348ed160a7bb35781e7aa5c76fd44b48bec2ba9 0.16 MB 384 49
272,852 272,852 00000000000000025c8f577f7a1aebecb5ff1b9325fab7cc4541915f5eebda31 0.04 MB 91 60
272,851 272,851 00000000000000002cde2965a2a6c0dafca8d3b032a99d3b5b636cd4f91ebd52 0.14 MB 354 57
272,850 272,850 000000000000000292ac6dfc9614cbc279d2c8c464932b8bd986b286504df091 0.11 MB 223 32
272,849 272,849 00000000000000012d9480ee6e72d0d69fedc8f9c1e01b520fd4bcdff35b9602 0.16 MB 329 50
272,848 272,848 000000000000000210656d02d75250fcbf0e798e87ae0c456708cc83cf1d85dc 0.39 MB 924 54
272,847 272,847 0000000000000005cc91fa0fdeb228e598ad00b62bba85cfc39bd6cf48d89bbd 0.08 MB 148 43
272,846 272,846 0000000000000005ae71012dc11a3ef3462c537f0e6527aaae9218b9862fd2c1 0.19 MB 397 43
272,845 272,845 0000000000000001ea3a794c3113544648e08cc807b75482dfd76b1551c60681 0.01 MB 16 27
272,844 272,844 0000000000000005e5670b1e28bb3ba719f20d59b592111b54e5bbdb62c05a5a 0.12 MB 289 41
272,843 272,843 000000000000000278be80f8ae3c312538deb1915204355e7e8d06dc478585d9 0.02 MB 64 15
272,842 272,842 00000000000000017d65b51a804cd5153ce084d7de34197e8256d18e062224a1 0.12 MB 229 32
272,841 272,841 00000000000000035b48f4e6ed35cd3db2adcc0a3731e09404d5ae611779d8b9 0.04 MB 28 11
272,840 272,840 00000000000000014a50602201a65aaaa2fff3976114689e78d93e3b0c419d1a 0.04 MB 110 40
272,839 272,839 0000000000000001eb00499595ea60234d849f90fb2c2a9727fec4d2d1e76bb9 0.26 MB 492 42
272,838 272,838 0000000000000004c51651078507d414bfa8202b2feac0a5d01af9ed2242e0e7 0.16 MB 342 61
272,837 272,837 0000000000000002640e86fbcfb94d2dd257762bfb0805d4b3d0bf0e97921b78 0.28 MB 409 36
272,836 272,836 000000000000000601546a360159a27b69edee0982c7682a63637deefa9e4eac 0.25 MB 600 87
Previous 10 blocks ↓
Total Size: 769.05 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,627.56 GB sent, 93.13 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.