Memory Pool Memory Pool Refreshing

3,081 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 3,069 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (286,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
621,062 621,062 0000000000000000000429a1f8d9f7209b375943e070d558bf95665a67d7601d 1.33 MB 1,922 34
621,061 621,061 0000000000000000000f5c64fc36c67d23c014fb89d05ebef482038f41e987d8 1.63 MB 1,979 7
621,060 621,060 000000000000000000051e423db6899838ee269ced81910fdcd0075b6fecc01b 1.24 MB 1,748 10
621,059 621,059 000000000000000000099afa7af3001d711f14d6cca370c70fc16f4dc038e02d 1.44 MB 2,211 14
621,058 621,058 0000000000000000000edfb3ab3a4adf6d757d36ff1fd8fb66c5382feac65133 1.68 MB 572 4
621,057 621,057 00000000000000000001b1bd0b8f0951df819dd97297b71daa97c65129e09649 1.47 MB 1,751 6
621,056 621,056 0000000000000000000bb04063c21ab88d36a10cd282445b0adb04b679e607fa 1.25 MB 2,124 20
621,055 621,055 00000000000000000000ef167843aa2bb390497865c87b731057b83ff40dfacd 1.41 MB 2,247 8
621,054 621,054 0000000000000000000a29ac46144a8ef263cb9971f92926c18c2f46d17f8644 1.31 MB 2,686 22
621,053 621,053 0000000000000000000534a60d3ca191550c4244cdc73af0a3deaf7b98de4891 1.24 MB 2,359 3
621,052 621,052 0000000000000000000c342bfbe4148bea6e54bdbf962ea1819034fde1e2087f 1.15 MB 2,710 11
621,051 621,051 00000000000000000006e814edb8efbb699dc82d5b0b6729baeeeae5734df27f 1.37 MB 2,909 21
621,050 621,050 000000000000000000052d985c5f18513ea51bc5a30f2f4b25cd0bdcea44178d 1.38 MB 2,752 18
621,049 621,049 0000000000000000000015960c7a6b1ac459975f027027e341791efd2544729d 1.38 MB 2,650 30
621,048 621,048 00000000000000000000c88cdb7857963ca33b66e9f118cfa3542d151fcc9106 1.44 MB 2,817 20
621,047 621,047 0000000000000000000935ed7f57a2d7161105b42712c5857e57649eee815bdb 1.33 MB 2,561 12
621,046 621,046 0000000000000000000b1e215127267b4216afa3d603552e01d3c1faf68e3b98 1.28 MB 2,327 26
621,045 621,045 00000000000000000002c53aabd6818ab488790a86ffdbb5ac2fa61967f8a63a 1.19 MB 2,714 16
621,044 621,044 00000000000000000001656639d5482271b1833f29abb9b075c8669879dc86a2 1.34 MB 2,786 18
621,043 621,043 00000000000000000010804d8fb633d1029e51259c272264a3ed9442642736dd 1.26 MB 2,880 6
621,042 621,042 0000000000000000000d155c61f0f555a666c033830607c0f53c5f11a97e1ff3 1.28 MB 2,861 33
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.