Memory Pool Memory Pool Refreshing

8,170 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (752,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,201 155,201 00000000000002f7499bca4d0a154d27458107dcce1a6bc6cecc3c36d950b64d 0.04 MB 86 72
155,200 155,200 0000000000000b8cbbf3c986e6622a905e84cda12ef9210b88805b2fd385de44 0.00 MB 13 222
155,199 155,199 00000000000008491827a0a90d8655f2ea63b6d8c265a1740eded495e2dfae71 0.00 MB 11 13
155,198 155,198 0000000000000b2589810fe60c7a31f547ad6c2b111d720ce7946d766e28683d 0.01 MB 14 154
155,197 155,197 00000000000007cf3148a35a2dde51443a1c3ae6d6eb24ce85c65fa386968c27 0.03 MB 124 30
155,196 155,196 00000000000007641ed4013bbabdff5acc8d553339475074f2c874175c9eeb69 0.01 MB 23 199
155,195 155,195 0000000000000b1a65aa23314a40065e48b261c66bd93f6169bb868332d66ecf 0.05 MB 108 142
155,194 155,194 0000000000000b6f98a2c63507df09cdd027f90d67a7faf679e062d2f0635207 0.01 MB 17 237
155,193 155,193 00000000000002ef503be266845a8f27d7df183d80a2b2a4c9fd0b018bbbec5a 0.01 MB 13 513
155,192 155,192 000000000000017bc895f4217daa76ea14e2a0d586c17f942fd31fd7bda1bd7b 0.02 MB 52 4
155,191 155,191 0000000000000cd3a0088642dd504bfa15b7c3fbb8fc540637299555f350c36d 0.04 MB 54 206
155,190 155,190 000000000000063e142b66b3f8a5cc61f2569247141bb4f2f6ddd24f7f6f6880 0.02 MB 39 148
155,189 155,189 00000000000005ae0bd0e9f3c0012d1dc080beb9be5462153f2907a2f1e62879 0.00 MB 8 94
155,188 155,188 0000000000000d5fcdf460b6c254fcfa31d11c451109c20817dae3f25a242612 0.01 MB 21 5
155,187 155,187 00000000000006b2ebd49d2a64a6d158c5ff997dbe1499ac97b882b52eb7178b 0.02 MB 46 73
155,186 155,186 00000000000002c6bb744dec89927fb338ae3c095cf442ffb84ce1024cf30750 0.04 MB 122 5
155,185 155,185 00000000000009de999f050ec01eb59adc7ccc2be3bfbe19fc51bae2dcba8ab3 0.05 MB 97 201
155,184 155,184 0000000000000ce1a2feedeb7ace75f72c9ddeafc5cf2c3f92923758589d72fd 0.00 MB 1 0
155,183 155,183 000000000000022ae45c3aedb198293492a9107bbc8a71964e842802b8c07b96 0.02 MB 53 53
155,182 155,182 00000000000007ec7f3b35c2a53aa06031e3b33a8d47195abeedb8fecf72d8fd 0.05 MB 87 97
155,181 155,181 000000000000087181897ccca57dbd0a8a76b3d942e6d52c45f76b5de99fb055 0.05 MB 40 152
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.