Memory Pool Memory Pool Refreshing

9,243 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (796,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,120 111,120 000000000000f47a19bc723c2b05748116db5d02796b6479601813bcfb471780 0.00 MB 13 0
111,119 111,119 000000000000edf26642e98cabe6e09cab90d2176a3101c8c3d6d488a393bc17 0.00 MB 13 0
111,118 111,118 0000000000000d58707bda3c8789caf0cd11f9a4db5f5bdb27de7eaf777ae56c 0.00 MB 11 0
111,117 111,117 000000000000b0b738228354282599f87e3477c829d1d9072a5bd9b475f37f5b 0.00 MB 12 0
111,116 111,116 00000000000056a7edebc1034d9470bfd26041f07319a52b5e8c0733b61fd0c9 0.00 MB 12 0
111,115 111,115 00000000000066844ba08f3bd40e31f68ef3f578b1699a6686e51d319131acb5 0.00 MB 8 0
111,114 111,114 000000000000ac3e56015b564f4a0c26531a3888e2b4056a4e10ad8377a2e0ba 0.00 MB 10 0
111,113 111,113 000000000000d0b7931535bed9fd458fd4bfd3234315a4d12a243a4d4dcfe107 0.00 MB 6 0
111,112 111,112 0000000000011d5533cc761e36eab351a92593dfd16c4c16b9076a4928c5c864 0.00 MB 12 342
111,111 111,111 000000000000679c158c35a47eecb6352402baeedd22d0385b7c9d14a922f218 0.00 MB 11 0
111,110 111,110 00000000000032f45710e7abd343e6450b9dec2684876852929f6f54184fff18 0.00 MB 11 0
111,109 111,109 000000000000a4b3fbec987a69ec2f844def9759afccf35146e8d6b710642941 0.00 MB 9 0
111,108 111,108 0000000000012d4410f9590620a8d41a47b779c583ca285c05db81cddd697c75 0.00 MB 8 0
111,107 111,107 000000000000110b32c3a4ee405d003f76a845f6ea6103c9b31dba25d3f61da9 0.00 MB 12 0
111,106 111,106 000000000000b29211eb273f36b0c5254855281f077a54eecce6c5ce566326d3 0.00 MB 13 0
111,105 111,105 000000000000b3effbafe5d7261bdd4f083b0286d8ae4fa0d6c25ec256f06e1b 0.00 MB 11 0
111,104 111,104 000000000000a1cfeae38ce900f7b96d0e8f82af1f11b731f1c9e779bb288ba4 0.01 MB 13 0
111,103 111,103 0000000000006b7094b0c9b6c20521d548158f97fa12956282d9bbeead5fda72 0.01 MB 16 376
111,102 111,102 00000000000025beacadee06117c3a4158b0f0ea853f885df30d572d463f076e 0.00 MB 11 0
111,101 111,101 0000000000012698ae25ef08286eb8625c735424c7ddaeb13fb145db1f137dad 0.00 MB 10 0
111,100 111,100 000000000000a2ca227196cce920d903f291747c087cca11735e42f754e3ebed 0.00 MB 8 686
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.44 GB sent, 92.72 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.