Memory Pool Memory Pool Refreshing

12,665 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (753,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,219 154,219 0000000000000c8a95b345168358db12c568ad9741974ff088ec4aa184f91417 0.01 MB 44 23
154,218 154,218 00000000000006d643a18e3ed77f12bd0d8beda12422802c523cf8675881bf2c 0.01 MB 14 62
154,217 154,217 0000000000000a16942df238b79c071c57f0b6393e32b3323bb554dc94c1b129 0.01 MB 30 138
154,216 154,216 0000000000000007b1c6f9409d7537161747d36baddcfdc2a7e291ee31482b34 0.00 MB 10 0
154,215 154,215 0000000000000258f86c498b2ea501c45f56a77998229a7fbc8894fcffaf2a86 0.02 MB 36 61
154,214 154,214 00000000000006e472c7c0e9600113fe03c3e10d526a5e8a77b7eeb2b9a7f9d1 0.05 MB 164 38
154,213 154,213 0000000000000c5cca6fb8be9d9b364aa0200be055e9acb9707ee65af825bc62 0.01 MB 26 0
154,212 154,212 000000000000076a3e128298ea086736a11c3334657cafdbd7c5fbef9387cefb 0.01 MB 17 166
154,211 154,211 0000000000000495bb5bf275fe664a5042a75caac774cb97020d8750860a8343 0.01 MB 26 6
154,210 154,210 0000000000000b9fb878906dbee8c5006aab46c95cc78875bd6bd1fd0ad98fed 0.00 MB 5 656
154,209 154,209 000000000000063646d4158421b39b214624a95bc230a49bf3c485ff185fecdf 0.01 MB 25 19
154,208 154,208 00000000000002f6c9e05b3e6577e1ab8a68944f0abb04842cd7ea95bbbc919b 0.03 MB 84 68
154,207 154,207 00000000000004c59884758e999a469a4904d26bc8ab8cc517ddc5600c0ae844 0.00 MB 3 96
154,206 154,206 00000000000009259b9f6c95e9e5aa7448a4ce260f29e73873d186e5484affd5 0.00 MB 7 18
154,205 154,205 00000000000006b84b3e8d176032994e4770e070218ad54bad092bd3de08babe 0.00 MB 3 0
154,204 154,204 0000000000000748db97d6d9e834a6187e03ea5e37501f888e400fa7a0853cfe 0.00 MB 9 337
154,203 154,203 000000000000058a46c7105ee54b2e8fad8601a0675b3caa1f0ee02bc77478a7 0.02 MB 19 28
154,202 154,202 0000000000000d6e42c8a0f27ac5eba52b0037496f1d82581ae500d4dafb51aa 0.02 MB 28 29
154,201 154,201 00000000000002e3c59306a2954c413baa71ad187d67bbffa71261e8b2dea1cf 0.00 MB 4 66
154,200 154,200 000000000000068038b71221ea5f47aafbd51f33c6469e22cda1d0ab7997496a 0.01 MB 21 14
154,199 154,199 000000000000085e829c292749a22d9d97942185bf49e0e53cdd23670ac89615 0.03 MB 109 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.