Memory Pool Memory Pool Refreshing

17,984 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (639,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,215 268,215 0000000000000005c617035811f268738893ede6bb2bffeede469a0bd767c567 0.04 MB 61 44
268,214 268,214 0000000000000007494cb97093259d1e5b8a2dcc0d3cb67d9dca69e05d4d52d7 0.41 MB 836 55
268,213 268,213 000000000000000497cd590281a365a7f99d36e4a0fa11e3031818c787a88c20 0.10 MB 213 52
268,212 268,212 00000000000000023c9dc1cae5817586a5149baac0960e314fd17fba274eb915 0.15 MB 314 49
268,211 268,211 0000000000000006a01d228a6086a02fb80bb196f7ea729258f6c7675752e489 0.04 MB 126 72
268,210 268,210 0000000000000006290bbd577edf8ab92293d95ec9197f3c198f65a833a50cc4 0.15 MB 217 25
268,209 268,209 00000000000000056b89c3a2ebcfb68690a034c9adcb847004b9f9e7b36bd4f9 0.06 MB 152 85
268,208 268,208 00000000000000059c207b022cc9bbaff7601312fa78c5d5f240ec8c7203b9e0 0.15 MB 343 14
268,207 268,207 000000000000000473eb805a5dcadcb64de1afc9d89a25027f9c41d5abc2854f 0.14 MB 255 64
268,206 268,206 00000000000000068cc3adb5412928a832d06a6a5df1588cbe7bb0d02a6bac40 0.05 MB 67 64
268,205 268,205 000000000000000705d480dc3862519ed0161bc3104b001756da3abb1c2f16a8 0.33 MB 611 84
268,204 268,204 000000000000000253f33a32ce8b9295c4f7a10b8785c22f16fc8b5b26035b2b 0.05 MB 116 102
268,203 268,203 0000000000000002e4607cdf63b538c9dfe92d5fb9b61ced4efed621e8b5e651 0.22 MB 430 7,331
268,202 268,202 000000000000000380df4545064963c898a30d8c743b15c563d03c1b5d4670b3 0.18 MB 295 48
268,201 268,201 0000000000000005f478a81a12a25b7a562f2f75d1088727aebb1170d4da3cc9 0.06 MB 152 39
268,200 268,200 00000000000000085a35ba8285555768e488ade52121fbe896f35a06e298f2b3 0.24 MB 444 66
268,199 268,199 0000000000000008356228e6f0d6194d97cb263707467432e22f58a5d792422b 0.04 MB 97 19
268,198 268,198 00000000000000067603a70aa2069fe614639d0645a4523c42afab250ce9e942 0.07 MB 131 43
268,197 268,197 00000000000000078287b47235ad1cde6ca6dd5a971c3184e466fc9dfdba2c49 0.15 MB 232 28
268,196 268,196 00000000000000053964992c212e5470879e4ea09b2de4f4368202aacface391 0.05 MB 80 28
268,195 268,195 00000000000000081a028b7c2c3f468ccd468bc4dbe9a5d62534330700ecdfa4 0.24 MB 197 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.