Memory Pool Memory Pool Refreshing

5,505 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,691 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (792,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,216 115,216 0000000000000b421e0bf660f6c46128a0c23b489f7bef48b3798e9ab17bcddb 0.00 MB 13 629
115,215 115,215 0000000000004e123dd284248578a17bb38869f6fd6dbb613b1596c73a0ecf64 0.00 MB 11 0
115,214 115,214 00000000000004cf69fc875b431049c28cf53893882b30458f1281fe0182d302 0.00 MB 2 0
115,213 115,213 000000000000ef6f4fd149d7d0896150868b349b54c72c784f565c17542b5788 0.00 MB 8 363
115,212 115,212 0000000000003dbe94f87393df43fdcd37d1dafd16070e5c9df0a98f2e602448 0.00 MB 2 0
115,211 115,211 000000000000df842edcfdce09a48e96fc972d9923fbbfce72e5df3bae20cd65 0.01 MB 25 357
115,210 115,210 000000000000b52599813f6fb9af5c45ed39e2e44773f49eed059a371106dd48 0.01 MB 18 602
115,209 115,209 00000000000043d29af5014a501237f8c6005af2784b66863fe5f96be8f14355 0.00 MB 14 1,222
115,208 115,208 000000000000ece8dd54efacdc820a874e64466b0d3d1a0625626492c339b316 0.00 MB 10 981
115,207 115,207 0000000000007e9fd57d8635e98dacbc9446d68cc87b87bd62ed3444503da3a1 0.00 MB 5 0
115,206 115,206 00000000000064be08197e38e2124a21544d62a1f17a4921fac0680ff6280d51 0.02 MB 86 0
115,205 115,205 00000000000013d15477be85d2ded5c5f47cf836b8a92a9a7f71afa736ccdb01 0.00 MB 10 0
115,204 115,204 0000000000003a71e29b8aced2c4fdb878636850e3055bb325e1483de6e36cc5 0.01 MB 17 940
115,203 115,203 0000000000008c9f0831aaf094afc112e51034b4ecf4116db03be06af8de0568 0.00 MB 16 1,016
115,202 115,202 0000000000002fab98091811d050284fe5a373d88e3cdfb235abe91459b37a91 0.01 MB 33 945
115,201 115,201 000000000000138929d184a14f679bfbe1efe35bb9931c5f96a8efee22276a72 0.01 MB 22 351
115,200 115,200 000000000000bd862ceedf1ddd92764bd91ba4bb06f36f7dd7a7c5694ba4a6b2 0.00 MB 14 770
115,199 115,199 000000000000e43b3269959fd3a468cd8cdd60d2b51baf07f2aa511587da1cc8 0.00 MB 13 908
115,198 115,198 000000000000837d5eef3e053101fa9939ee0c34c2e569ea3fab4c68653b3ead 0.00 MB 7 315
115,197 115,197 000000000000e107733fffb88209521695e68b9a2211e3897373e6abbcc67a50 0.00 MB 10 899
115,196 115,196 000000000000920dd4196e6a7c9b8a0b2ac61c94adf5c7034c9339a1ff5b6869 0.00 MB 10 680
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.