Memory Pool Memory Pool Refreshing

5,620 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,898 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (280,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,129 627,129 00000000000000000011672b1b740aa097b3deb851367944d4abaff7116a7dd2 0.80 MB 1,726 14
627,128 627,128 000000000000000000060660cd678f95f8cb2312f2d9729535c50ba438d72a13 0.13 MB 335 22
627,127 627,127 000000000000000000107447234f1433af227c29c3e57654b4aae7051323581b 1.01 MB 1,997 14
627,126 627,126 0000000000000000000a6fb20fced4b3064ce7b52a1b432cdd47e4a5d1458400 1.08 MB 2,389 17
627,125 627,125 00000000000000000003e9b641130a25761ccc1b6161e6238f598dad90f9a8f1 0.82 MB 1,463 2
627,124 627,124 00000000000000000002b2991dedb952578735e26626d274df73e86899692043 1.23 MB 2,445 12
627,123 627,123 00000000000000000000490a40b223c89c64ec1adb889750c254dc4280d70993 1.34 MB 3,010 26
627,122 627,122 00000000000000000008c33ad3d0c50bb5734e64707054e6d5188cff579fdbb1 0.51 MB 996 14
627,121 627,121 0000000000000000000345daca40fd8f37d1479ef356b57f55e09b41904367d4 0.48 MB 1,103 15
627,120 627,120 0000000000000000000c0a09ae210b94b8faa6d9baf991cd8b4deb4ee4cce9c4 0.14 MB 333 18
627,119 627,119 0000000000000000000070f2dc4c1d72279e22dd3a59e065d8ffbba18311e155 1.04 MB 2,358 18
627,118 627,118 00000000000000000005a8c426720e0152b25dbfb365ea0ee18323186dd1ead8 0.59 MB 1,266 16
627,117 627,117 0000000000000000000534165f72f583a770363f417ee59ec58caf742274bfc9 1.18 MB 2,127 7
627,116 627,116 00000000000000000001a017cb303d1330f78e25bfeed26553ea93b50ed81e49 1.29 MB 2,381 21
627,115 627,115 0000000000000000000a3bd530407d20eb662887f08483f9d7542df9336fddde 0.44 MB 1,008 15
627,114 627,114 00000000000000000004f08e474ad32f4e5f77e8d8ff10f010d105927698dc41 0.25 MB 506 18
627,113 627,113 00000000000000000000348cffb4736565f8812ab2cc55cf5f6459355d55b675 0.75 MB 1,093 23
627,112 627,112 000000000000000000093c1d9b60c8a8183ec01489fc502bdb87c9fc50c638ce 0.10 MB 278 24
627,111 627,111 00000000000000000005e137abad6e09fdecd357a46c3d4ddf0dddba4d83a036 1.10 MB 705 4
627,110 627,110 00000000000000000009ec1a234408ea1e8e48d462b5acce618136ec8df2001f 1.20 MB 1,968 19
627,109 627,109 000000000000000000110a7dc9f386328cc1a07687df8a864778c81b572b558d 0.63 MB 1,196 20
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.